Remove restconf-nb-bierman02
[netconf.git] / restconf / restconf-nb-bierman02 / src / test / resources / full-versions / yangs / subscribe-to-notification.yang
diff --git a/restconf/restconf-nb-bierman02/src/test/resources/full-versions/yangs/subscribe-to-notification.yang b/restconf/restconf-nb-bierman02/src/test/resources/full-versions/yangs/subscribe-to-notification.yang
deleted file mode 100644 (file)
index 5fe7df7..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-module subscribe-to-notification {
-
-    yang-version 1;
-    namespace "subscribe:to:notification";
-    prefix "subs-to-notifi";
-
-    description
-        "Added input parameters to rpc create-data-change-event-subscription and to create-notification-stream";
-
-    revision "2016-10-28" {
-    }
-
-    container "notifi"{
-        leaf "location"{
-            type string;
-        }
-    }
-}