BUG-6647 Increase code coverage and clean up II
[bgpcep.git] / bgp / rib-spi / src / main / java / org / opendaylight / protocol / bgp / rib / spi / BGPSessionListener.java
index 0dfdef39611aff882dd1ef22b63116bc93bcefca..be65fb4e24e60cb3fb08dc8673b6b6ec6f722396 100644 (file)
@@ -17,13 +17,6 @@ import org.opendaylight.yangtools.yang.binding.Notification;
  */
 public interface BGPSessionListener extends EventListener {
 
-    /**
-     * Returns state of BGP session associated with this listener.
-     *
-     * @return false if session associated with this listener is null, true if its non-null
-     */
-    boolean isSessionActive();
-
     /**
      * Marks synchronization finished for given Table key
      *