From c7bfb442de270d8d1e37cb5e521f678f0176d241 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= Date: Thu, 14 Mar 2013 16:00:26 +0100 Subject: Remove files that are not used by any test case The list of files to remove was obtained by running "ls -lut" after running the test cases and comparing the atime for each file with the start of the test run. --- lib/asn1/test/asn1_SUITE_data/Mod3.asn | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 lib/asn1/test/asn1_SUITE_data/Mod3.asn (limited to 'lib/asn1/test/asn1_SUITE_data/Mod3.asn') diff --git a/lib/asn1/test/asn1_SUITE_data/Mod3.asn b/lib/asn1/test/asn1_SUITE_data/Mod3.asn deleted file mode 100644 index 8069bedcf9..0000000000 --- a/lib/asn1/test/asn1_SUITE_data/Mod3.asn +++ /dev/null @@ -1,33 +0,0 @@ -Mod3 DEFINITIONS AUTOMATIC TAGS ::= - -BEGIN - -IMPORTS - Name - FROM Mod4 - Lang, Inhabitant,FirstName,FamilyName - FROM Mod2 - TS, RFS, WS, HS - FROM Mod5; - -Stat ::= SEQUENCE { - tempstat TS, - rainfallstat RFS, - windstat WS, - humiditystat HS -} - -Country ::= SEQUENCE{ - name Name, - language Lang -} - -RegionName ::= Name -Inhabitants ::= SEQUENCE OF Inhabitant - -PersonName ::= SEQUENCE { - name1 FirstName, - name2 FamilyName -} - -END -- cgit v1.2.3