Revert "Changed TopologyManager to ignore edges that contain invalid node connectors."
[controller.git] / opendaylight / switchmanager / api / src / main / java / org / opendaylight / controller / switchmanager / ISwitchManager.java
index 9ac0b5055f071de56ad2afd87e0e65bb8ef3da29..f1b9585d023ab6b4d12cdd55a154cb495dc61d4d 100644 (file)
@@ -335,14 +335,6 @@ public interface ISwitchManager {
      */
     public Boolean isNodeConnectorEnabled(NodeConnector nodeConnector);
 
-    /**
-     * Test whether the given node connector exists.
-     *
-     * @param nc  {@link org.opendaylight.controller.sal.core.NodeConnector}
-     * @return    True if exists, false otherwise.
-     */
-    public boolean doesNodeConnectorExist(NodeConnector nc);
-
     /**
      * Return controller MAC address
          *