remove unused field in net.CodecMap

This commit is contained in:
Marten Seemann 2021-03-30 17:00:38 +07:00
parent 5e60d16f44
commit 9547d0a06f
1 changed files with 0 additions and 1 deletions

View File

@ -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