Get rid of netconf operation filters
[controller.git] / opendaylight / netconf / netconf-mapping-api / src / main / java / org / opendaylight / controller / netconf / mapping / api / NetconfOperationService.java
index 858636a3895d64e5afe5db06ecef0105c25a66c8..5e2cba2cbaeea86985a9bf33fedbb2c30ee78ebf 100644 (file)
@@ -25,8 +25,6 @@ public interface NetconfOperationService extends AutoCloseable {
      */
     Set<NetconfOperation> getNetconfOperations();
 
-    Set<NetconfOperationFilter> getFilters();
-
     /**
      * Called when netconf session is destroyed.
      */