natservice dead code removal
[netvirt.git] / natservice / impl / src / main / java / org / opendaylight / netvirt / natservice / internal / ConntrackBasedSnatService.java
index 792b7f17fd3ea516330d41c9fadc894d0be47046..f5c072dfc248bc346418531571655cfebc8e23cb 100644 (file)
@@ -165,14 +165,12 @@ public abstract class ConntrackBasedSnatService extends AbstractSnatService {
     }
 
     @Override
-    protected void addSnatSpecificEntriesForNonNaptSwitch(TypedReadWriteTransaction<Configuration> confTx,
-        Routers routers, BigInteger dpnId) {
+    protected void addSnatSpecificEntriesForNonNaptSwitch() {
         // Nothing to to do here
     }
 
     @Override
-    protected void removeSnatSpecificEntriesForNonNaptSwitch(TypedReadWriteTransaction<Configuration> confTx,
-        Routers routers, BigInteger dpnId) {
+    protected void removeSnatSpecificEntriesForNonNaptSwitch() {
         // Nothing to to do here
     }