BUG-6647 Increase code coverage and clean up II
[bgpcep.git] / bgp / bmp-impl / src / main / java / org / opendaylight / protocol / bmp / impl / app / BmpRouterPeerImpl.java
index ef52e1e22b03fb8b5a554817a69b6c978ccc3fee..89f30d943b4314fc757847a524b4aab30af167d9 100644 (file)
@@ -202,11 +202,6 @@ public final class BmpRouterPeerImpl implements BmpRouterPeer {
         close();
     }
 
-    @Override
-    public PeerId getPeerId() {
-        return this.peerId;
-    }
-
     @Override
     public void close() {
         Preconditions.checkState(this.up, "Already closed.");