server: remove broadcastBMPMsg

not used

Signed-off-by: ISHIDA Wataru <[email protected]>
This commit is contained in:
ISHIDA Wataru
2016-02-07 07:19:17 +09:00
parent fba7e1a349
commit fa6c8fe58b
-10
View File
@@ -27,16 +27,6 @@ import (
"time"
)
type broadcastBMPMsg struct {
ch chan *broadcastBMPMsg
msgList []*bgp.BMPMessage
conn *net.TCPConn
}
func (m *broadcastBMPMsg) send() {
m.ch <- m
}
type bmpServer struct {
conn *net.TCPConn
host string