Remove restconf-nb-bierman02
[netconf.git] / restconf / restconf-nb-bierman02 / src / test / resources / json-to-nn / simple-list-yang / 2 / simple-list2.yang
diff --git a/restconf/restconf-nb-bierman02/src/test/resources/json-to-nn/simple-list-yang/2/simple-list2.yang b/restconf/restconf-nb-bierman02/src/test/resources/json-to-nn/simple-list-yang/2/simple-list2.yang
deleted file mode 100644 (file)
index 0872a47..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-module simple-list-yang2 {
-  namespace "simple:list:yang2";  
-
-  prefix "smplstyg";
-  revision 2013-11-12 {    
-  }
-  
-  list lst {
-       container cont1 {
-       }
-       list lst1 {
-       }
-       leaf-list lflst1 {
-               type string;
-       }
-       leaf lf1 {
-               type string;
-       }
-  }
-}
\ No newline at end of file