Bulk merge of l2gw changes
[netvirt.git] / dhcpservice / impl / src / main / java / org / opendaylight / netvirt / dhcpservice / DhcpMcastMacListener.java
index 67fb5f0d4b175031b0950c5366ecdf3b7c07b0ff..496500a93d377f553144f1073f7c89c50be67e03 100644 (file)
@@ -14,7 +14,6 @@ import javax.annotation.PreDestroy;
 import javax.inject.Inject;
 import javax.inject.Singleton;
 import org.eclipse.jdt.annotation.NonNull;
-import org.opendaylight.genius.utils.hwvtep.HwvtepNodeHACache;
 import org.opendaylight.genius.utils.hwvtep.HwvtepSouthboundConstants;
 import org.opendaylight.infrautils.utils.concurrent.Executors;
 import org.opendaylight.mdsal.binding.api.DataBroker;
@@ -50,7 +49,7 @@ public class DhcpMcastMacListener
 
     @Inject
     public DhcpMcastMacListener(DhcpExternalTunnelManager dhcpManager, DhcpL2GwUtil dhcpL2GwUtil, DataBroker dataBroker,
-                                final DhcpserviceConfig config, HwvtepNodeHACache hwvtepNodeHACache) {
+                                final DhcpserviceConfig config) {
         super(dataBroker, LogicalDatastoreType.CONFIGURATION,
               InstanceIdentifier.create(NetworkTopology.class).child(Topology.class,
                                      new TopologyKey(HwvtepSouthboundConstants.HWVTEP_TOPOLOGY_ID)).child(Node.class)