Source restructure. yaz-marcdump part of installation
[yaz-moved-to-github.git] / odr / tstodr.asn
diff --git a/odr/tstodr.asn b/odr/tstodr.asn
deleted file mode 100644 (file)
index 7a3f309..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
--- Small ASN.1 spec for tstodr test
--- $Id: tstodr.asn,v 1.1 2003-05-06 10:08:30 adam Exp $
-tstodrcodec
-{tstodrcodec} DEFINITIONS ::=
-BEGIN
-MySequence ::= SEQUENCE {
-       first [1] IMPLICIT INTEGER,
-       second [2] IMPLICIT OCTET STRING,
-        third [3] IMPLICIT BOOLEAN,
-        fourth [4] IMPLICIT NULL,
-        fifth [5] IMPLICIT INTEGER {
-                enum1(0),
-                enum2(1)
-        }
-}
-END