Fix context chain closing
[openflowplugin.git] / openflowplugin-api / src / main / java / org / opendaylight / openflowplugin / api / openflow / lifecycle / ContextChain.java
index 5e8cc28908364f362e94a5f8c1015956f63ce09b..f11898d9eb89f48dafbc97da672f54cc66378ac7 100644 (file)
@@ -64,12 +64,6 @@ public interface ContextChain extends AutoCloseable {
      */
     boolean isMastered(@Nonnull ContextChainMastershipState mastershipState);
 
-    /**
-     * Device need to be in state SLAVE or MASTER.
-     * @return false if in undefined state
-     */
-    boolean hasState();
-
     /**
      * Add new auxiliary connection if primary is ok.
      * @param connectionContext new connection to the device.