Remove getHwvtepConnectionManager() 15/104415/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 16 Feb 2023 06:52:05 +0000 (07:52 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 16 Feb 2023 06:52:58 +0000 (07:52 +0100)
This method is not used anywhere, remove it.

Change-Id: I5a4b5d7723762fe62426838cf033d7c6fbd7018e
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
hwvtepsouthbound/hwvtepsouthbound-impl/src/main/java/org/opendaylight/ovsdb/hwvtepsouthbound/HwvtepSouthboundProvider.java

index 1139f2b562a6ca84163a24a5996820a4e8b5dc54..64d60a9f97f545b92a78efbb8097c54ec4868d74 100644 (file)
@@ -227,10 +227,6 @@ public class HwvtepSouthboundProvider
         }
     }
 
-    public HwvtepConnectionManager getHwvtepConnectionManager() {
-        return cm;
-    }
-
     @Override
     public Map<InstanceIdentifier<Node>, HwvtepDeviceInfo> getAllConnectedInstances() {
         return cm.allConnectedInstances();