mirror of https://github.com/golang/go.git
reflect: drop outdate comments of reflect/type.go bitVector
This commit is contained in:
parent
6e7aaadfb5
commit
b6a6bab3ab
|
|
@ -3052,7 +3052,6 @@ func ifaceIndir(t *rtype) bool {
|
|||
return t.kind&kindDirectIface == 0
|
||||
}
|
||||
|
||||
// Layout matches runtime.bitvector (well enough).
|
||||
type bitVector struct {
|
||||
n uint32 // number of bits
|
||||
data []byte
|
||||
|
|
|
|||
Loading…
Reference in New Issue