Remove binding spec2
[mdsal.git] / binding2 / mdsal-binding2-generator-impl / src / test / resources / uses-statement / test-typeref2.yang
diff --git a/binding2/mdsal-binding2-generator-impl/src/test/resources/uses-statement/test-typeref2.yang b/binding2/mdsal-binding2-generator-impl/src/test/resources/uses-statement/test-typeref2.yang
deleted file mode 100644 (file)
index 59f4ae4..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-module test-typeref2 {
-    yang-version 1.1;
-
-    namespace "urn:test:typeref2";
-    prefix test-typeref2;
-
-    typedef lsp-flag {
-        type enumeration {
-            enum unprotected {
-                value 0;
-            }
-            enum full-rerouting {
-                value 1;
-            }
-        }
-    }
-
-    grouping protection-subobject {
-        container protection-subobject {
-            leaf lsp-flag {
-                type lsp-flag;
-                mandatory true;
-            }
-        }
-    }
-
-    container my-cont {
-        uses protection-subobject;
-    }
-}
\ No newline at end of file