Source restructure. yaz-marcdump part of installation
[yaz-moved-to-github.git] / z39.50 / mterm2.asn
diff --git a/z39.50/mterm2.asn b/z39.50/mterm2.asn
deleted file mode 100644 (file)
index eff29d7..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-UserInfoFormat-multipleSearchTerms-2
-{Z39-50-userInfoFormat MultipleSearchTerms-2 (5)} DEFINITIONS ::=
-BEGIN
-IMPORTS Term FROM Z39-50-APDU-1995;
-
-MultipleSearchTerms-2 ::= SEQUENCE OF SEQUENCE{
-                             term  [1]   IMPLICIT Term,
-                             flag  [2]   IMPLICIT BOOLEAN OPTIONAL}
-
-END