Skip to content

Commit

Permalink
remove unused field in net.CodecMap
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann committed Mar 30, 2021
1 parent 5e60d16 commit 9547d0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ func init() {
// It is used to keep a list of supported network address codecs (protocols
// which addresses can be converted to and from multiaddresses).
type CodecMap struct {
codecs map[string]*NetCodec
addrParsers map[string]FromNetAddrFunc
maddrParsers map[string]ToNetAddrFunc
lk sync.Mutex
Expand Down

0 comments on commit 9547d0a

Please sign in to comment.