1
0
mirror of https://github.com/golang/go synced 2024-11-17 08:34:43 -07:00

reflect: drop outdate comments of reflect/type.go bitVector

This commit is contained in:
two 2019-11-21 14:04:29 +08:00
parent 6e7aaadfb5
commit b6a6bab3ab

View File

@ -3052,7 +3052,6 @@ func ifaceIndir(t *rtype) bool {
return t.kind&kindDirectIface == 0 return t.kind&kindDirectIface == 0
} }
// Layout matches runtime.bitvector (well enough).
type bitVector struct { type bitVector struct {
n uint32 // number of bits n uint32 // number of bits
data []byte data []byte