Remove binding spec2
[mdsal.git] / binding2 / mdsal-binding2-generator-impl / src / test / resources / augment-group / test-augment.yang
diff --git a/binding2/mdsal-binding2-generator-impl/src/test/resources/augment-group/test-augment.yang b/binding2/mdsal-binding2-generator-impl/src/test/resources/augment-group/test-augment.yang
deleted file mode 100644 (file)
index a23619a..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-module augment-test {
-    prefix "foo";
-    namespace "org.test.augment";
-
-    container foo1 {
-        leaf my-leaf {
-            type string;
-        }
-    }
-
-    augment /foo:foo1 {
-        leaf bar {
-            type string;
-        }
-    }
-
-    augment /foo:foo1 {
-        leaf baz {
-            type string;
-        }
-    }
-}
\ No newline at end of file