DataChangeListener cleanup
[controller.git] / opendaylight / md-sal / samples / clustering-test-app / model / src / main / yang / car.yang
index 50df56f78cea88482211ed5960ebd2d91138143a..e07a88dd6233624940dd4f454d59c1f956fbd74c 100644 (file)
@@ -111,15 +111,6 @@ module car {
         }
     }
 
-    rpc register-logging-dcl {
-        description "Registers a basic logging DCL on the cars container.  This is useful
-                    for analyzing effects of DCL on a long, flat list.";
-    }
-
-    rpc unregister-logging-dcls {
-        description "Unregisters the logging DCL(s) for the cars container.";
-    }
-
     rpc register-logging-dtcl {
         description "Registers a basic logging DTCL on the cars container.  This is useful
                             for analyzing the effects of DTCL on a long, flat list.";