Remove commented out code to fix sonar warnings
[controller.git] / opendaylight / hosttracker_new / api / src / main / java / org / opendaylight / controller / hosttracker / IDeviceService.java
index 9199f5a54eb2b8f025f677573a1b450a014a6852..a4791561e3b314a5132a0e7b2ac17bdf9ecab375 100755 (executable)
@@ -57,31 +57,6 @@ public interface IDeviceService {
         MAC, IPV4, VLAN, SWITCHPORT
     }
 
         MAC, IPV4, VLAN, SWITCHPORT
     }
 
-    /**
-     * The source device for the current packet-in, if applicable.
-     */
-    // public static final String CONTEXT_SRC_DEVICE =
-    // "net.floodlightcontroller.devicemanager.srcDevice";
-
-    /**
-     * The destination device for the current packet-in, if applicable.
-     */
-    // public static final String CONTEXT_DST_DEVICE =
-    // / "net.floodlightcontroller.devicemanager.dstDevice";
-
-    /**
-     * The original destination device for the current packet-in
-     */
-    // public static final String CONTEXT_ORIG_DST_DEVICE =
-    // "net.floodlightcontroller.devicemanager.origDstDevice";
-
-    /**
-     * A FloodlightContextStore object that can be used to interact with the
-     * FloodlightContext information created by BVS manager.
-     */
-    // public static final FloodlightContextStore<IDevice> fcStore =
-    // new FloodlightContextStore<IDevice>();
-
     /**
      * Get the device with the given device key.
      *
     /**
      * Get the device with the given device key.
      *