BUG-6647 Increase code coverage and clean up II
[bgpcep.git] / bgp / rib-impl / src / test / java / org / opendaylight / protocol / bgp / rib / impl / SimpleSessionListener.java
index e173a38820ce6373407212226ca493aa98f0582f..6e8f867adfe2978f522b1f065cb5bab19f6d19f8 100644 (file)
@@ -38,11 +38,6 @@ public final class SimpleSessionListener implements BGPSessionListener {
         return this.listMsg;
     }
 
-    @Override
-    public boolean isSessionActive() {
-        return getSession().isWritable();
-    }
-
     @Override
     public void markUptodate(final TablesKey tablesKey) {
         LOG.debug("Table marked as up-to-date {}", tablesKey);