getCapabilities method is not needed - removed
[openflowplugin.git] / openflowplugin-api / src / main / java / org / opendaylight / openflowplugin / api / openflow / device / DeviceContext.java
index 58ccfac9e6f7912d52aa8472117b2eb9dd12f686..956569b21fb14d77ed83916e1bd88db8a780f3f2 100644 (file)
@@ -97,13 +97,6 @@ public interface DeviceContext extends AutoCloseable,
     ReadTransaction getReadTransaction();
 
 
-    /**
-     * Method provides capabilities of connected device.
-     *
-     * @return
-     */
-    TableFeatures getCapabilities();
-
     /**
      * Method provides current devices connection context.
      *