aclservice dead code removal
[netvirt.git] / aclservice / api / src / main / java / org / opendaylight / netvirt / aclservice / api / AclServiceManager.java
index 18985332ebe753b108a5978fc3b3852e8accf8c5..79cbae343c44063d1325aab99f794be6beea445c 100644 (file)
@@ -27,10 +27,6 @@ public interface AclServiceManager {
         MATCH_DESTINATION
     }
 
-    void addAclServiceListner(AclServiceListener aclServiceListner);
-
-    void removeAclServiceListner(AclServiceListener aclServiceListner);
-
     void notify(AclInterface port, AclInterface oldPort, Action action);
 
     void notifyAce(AclInterface port, Action action, String aclName, Ace ace);