Remove binding spec2
[mdsal.git] / binding2 / mdsal-binding2-generator-impl / src / test / resources / bug-8575 / foo.yang
diff --git a/binding2/mdsal-binding2-generator-impl/src/test/resources/bug-8575/foo.yang b/binding2/mdsal-binding2-generator-impl/src/test/resources/bug-8575/foo.yang
deleted file mode 100644 (file)
index 8e53633..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-module foo {
-
-    namespace "foo";
-    prefix foo;
-
-    revision 2017-05-15;
-
-    grouping A{
-      container A1 {
-        leaf leaf-A-A1 {
-            type string;
-        }
-      }
-    }
-
-    container A{
-        leaf leaf-A {
-            type string;
-        }
-    }
-}
\ No newline at end of file