From 70f63b2991a8424fd3d3c29d7faad44420535f1d Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Wed, 28 Nov 2018 10:26:13 +1100 Subject: [PATCH] Remove unused type --- client.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/client.go b/client.go index 21919885..a896a97a 100644 --- a/client.go +++ b/client.go @@ -89,12 +89,6 @@ func (cl *Client) PeerID() PeerID { return cl.peerID } -type torrentAddr string - -func (torrentAddr) Network() string { return "" } - -func (me torrentAddr) String() string { return string(me) } - func (cl *Client) LocalPort() (port int) { cl.eachListener(func(l socket) bool { _port := missinggo.AddrPort(l.Addr()) -- 2.48.1