Skip to content

Commit 9547d0a

Browse files
remove unused field in net.CodecMap
1 parent 5e60d16 commit 9547d0a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

net/registry.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ func init() {
3131
// It is used to keep a list of supported network address codecs (protocols
3232
// which addresses can be converted to and from multiaddresses).
3333
type CodecMap struct {
34-
codecs map[string]*NetCodec
3534
addrParsers map[string]FromNetAddrFunc
3635
maddrParsers map[string]ToNetAddrFunc
3736
lk sync.Mutex

0 commit comments

Comments
 (0)