Implemented YANG identityref type parsing.
[controller.git] / opendaylight / sal / yang-prototype / code-generator / yang-model-parser-impl / src / test / resources / model / testfile2.yang
index 34afea6bda4fd968fbd3573fe0eae8a2ec6f5b39..4f146f705d0b692d9ed3deda75ccf3f9346f540b 100644 (file)
@@ -110,13 +110,6 @@ module types2 {
        }
     }
 
-    augment "/if:interfaces/if:ifEntry" {
-        when "if:ifType='ds0'";
-        leaf ds0ChannelNumber {
-            type string;
-        }
-    }
-
     leaf if-name {
         type leafref {
             path "/interface/name";