natservice dead code removal
[netvirt.git] / natservice / api / src / main / java / org / opendaylight / netvirt / natservice / api / SnatServiceManager.java
index 9e1a2d5c475a65d1ec3425cd6c93a45a79c72ff1..6084fee367f641a743d67e9ac30037e00207a8d0 100644 (file)
@@ -8,7 +8,6 @@
 package org.opendaylight.netvirt.natservice.api;
 
 import java.math.BigInteger;
-
 import java.util.concurrent.ExecutionException;
 import org.eclipse.jdt.annotation.Nullable;
 import org.opendaylight.genius.infra.Datastore.Configuration;
@@ -29,10 +28,6 @@ public interface SnatServiceManager {
         CNT_ROUTER_DISBL
     }
 
-    void addNatServiceListener(SnatServiceListener aclServiceListner);
-
-    void removeNatServiceListener(SnatServiceListener aclServiceListner);
-
     void notify(TypedReadWriteTransaction<Configuration> confTx, Routers router, @Nullable Routers oldRouter,
         BigInteger primarySwitchId, @Nullable BigInteger dpnId, Action action)
         throws ExecutionException, InterruptedException;