Delete restconf
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / test / resources / common / augment / yang / augment-main-b.yang
diff --git a/opendaylight/md-sal/sal-rest-connector/src/test/resources/common/augment/yang/augment-main-b.yang b/opendaylight/md-sal/sal-rest-connector/src/test/resources/common/augment/yang/augment-main-b.yang
deleted file mode 100644 (file)
index dcf493d..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-module augment-main-b {
-  namespace "ns:augment:main:b";  
-  prefix "aumab";
-
-  
-  import main {prefix mn; revision-date 2014-01-21;}   
-
-
-  revision "2014-01-21" {    
-  }
-  
-  augment "/mn:cont" {
-    container cont1 {
-        leaf lf11 {
-            type string;
-        }
-    }
-  }
-  
-}