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:
parent
6e7aaadfb5
commit
b6a6bab3ab
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user