mirror of
https://github.com/golang/go
synced 2024-11-23 11:30:06 -07:00
reflect: remove obsolete comment about gobitVector
Change-Id: Ie3495a51ac2021a55e7c1ee43a66d07a5bf2757a
GitHub-Last-Rev: b6a6bab3ab
GitHub-Pull-Request: golang/go#35709
Reviewed-on: https://go-review.googlesource.com/c/go/+/207853
Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
0e02cfb369
commit
95be9b7559
@ -3052,7 +3052,6 @@ func ifaceIndir(t *rtype) bool {
|
|||||||
return t.kind&kindDirectIface == 0
|
return t.kind&kindDirectIface == 0
|
||||||
}
|
}
|
||||||
|
|
||||||
// Layout matches runtime.gobitvector (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