Remove onRemoteSessionFailed()
[netconf.git] / plugins / netconf-client-mdsal / src / main / java / org / opendaylight / netconf / client / mdsal / NetconfDevice.java
index 67e5535940b19596f45596bce1eaf866a62f8158..c087d22e44d3a5d6020ca85d4fffd4e6151d9993 100644 (file)
@@ -314,12 +314,6 @@ public class NetconfDevice implements RemoteDevice<NetconfDeviceCommunicator> {
         resetMessageTransformer();
     }
 
-    @Override
-    public void onRemoteSessionFailed(final Throwable throwable) {
-        setConnected(false);
-        salFacade.onDeviceFailed(throwable);
-    }
-
     @Override
     public void onNotification(final NetconfMessage notification) {
         notificationHandler.handleNotification(notification);