Remove onRemoteSessionFailed()
[netconf.git] / netconf / tools / netconf-testtool / src / main / java / org / opendaylight / netconf / test / tool / client / stress / StressClient.java
index c76596830916fa393e696da342fade14e2a7a114..ab3dd0694b33c7d944d69955f8223d0fb4973f0e 100644 (file)
@@ -271,11 +271,6 @@ public final class StressClient {
             LOG.info("Session down");
         }
 
-        @Override
-        public void onRemoteSessionFailed(final Throwable throwable) {
-            LOG.info("Session failed");
-        }
-
         @Override
         public void onNotification(final NetconfMessage notification) {
             LOG.info("Notification received: {}", notification);