Commit 4d82298a authored by skillful-alex's avatar skillful-alex

remove unused var _ Conn = (*maConn)(nil)

parent 69423986
......@@ -109,8 +109,6 @@ type maEndpoints struct {
raddr ma.Multiaddr
}
var _ Conn = (*maConn)(nil)
// LocalMultiaddr returns the local address associated with
// this connection
func (c *maEndpoints) LocalMultiaddr() ma.Multiaddr {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment