BUG-6647 Increase code coverage and clean up II
[bgpcep.git] / bgp / testtool / src / main / java / org / opendaylight / protocol / bgp / testtool / TestingListener.java
index f882a78e95d20c1bdc4aa1d6e541a7c88fabbcfa..2297de7525351d7af0e4f86ee5232e5179239199 100644 (file)
@@ -34,11 +34,6 @@ final class TestingListener implements BGPSessionListener {
         this.multiPathSupport = multiPathSupport;
     }
 
-    @Override
-    public boolean isSessionActive() {
-        return true;
-    }
-
     @Override
     public void markUptodate(final TablesKey tablesKey) {
         LOG.debug("Table marked as up-to-date {}", tablesKey);