Change DOM invokeRpc to FluentFuture
[mdsal.git] / binding / mdsal-binding-test-model / src / main / yang / opendaylight-of-migration-test-model.yang
index 273cf3c32272762722463312e87bbd4cfc3c1212..0b74a4461f414f48e13a37977d1887a6fd7a43ac 100644 (file)
@@ -134,23 +134,4 @@ module opendaylight-of-migration-test-model {
             type string;
         }
     }
-
-    rpc knock-knock {
-        input {
-            leaf knocker-id {
-                ext:context-reference routed:test-context;
-                type instance-identifier;
-            }
-
-            leaf question {
-                type string;
-            }
-        }
-
-        output {
-            leaf answer {
-                type string;
-            }
-        }
-    }
 }