BUG-6647 Increase code coverage and clean up II
[bgpcep.git] / bgp / bmp-impl / src / main / java / org / opendaylight / protocol / bmp / impl / spi / BmpRouterPeer.java
index cff9917e4279f7bdddb37be1e1332fe35a37716b..ab8b0a53aecd46adc63227298b3526cab1014293 100644 (file)
@@ -8,7 +8,6 @@
 
 package org.opendaylight.protocol.bmp.impl.spi;
 
-import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev130925.PeerId;
 import org.opendaylight.yangtools.yang.binding.Notification;
 
 /**
@@ -17,12 +16,6 @@ import org.opendaylight.yangtools.yang.binding.Notification;
  */
 public interface BmpRouterPeer extends AutoCloseable {
 
-    /**
-     * Peer is identified by it's BGP-ID.
-     * @return PeerId peer identifier.
-     */
-    PeerId getPeerId();
-
     /**
      * Process peer-peer message that is related to this peer.
      * @param message BMP Per-peer message.