Remove onRemoteSessionFailed()
[netconf.git] / plugins / netconf-client-mdsal / src / main / java / org / opendaylight / netconf / client / mdsal / api / RemoteDevice.java
index d90cf7cadb43684f36a0ebcd39017ab29affd4c2..292e8287dd5a69624cc6e514147d0b8fdb0f60a4 100644 (file)
@@ -19,9 +19,6 @@ public interface RemoteDevice<L extends RemoteDeviceCommunicator> {
     // FIXME: document this node
     void onRemoteSessionDown();
 
-    // FIXME: document this node
-    void onRemoteSessionFailed(Throwable throwable);
-
     // FIXME: document this node
     void onNotification(NetconfMessage notification);
 }