Skip to content

Commit 95be9b7

Browse files
twoianlancetaylor
authored andcommitted
reflect: remove obsolete comment about gobitVector
Change-Id: Ie3495a51ac2021a55e7c1ee43a66d07a5bf2757a GitHub-Last-Rev: b6a6bab GitHub-Pull-Request: #35709 Reviewed-on: https://go-review.googlesource.com/c/go/+/207853 Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent 0e02cfb commit 95be9b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/reflect/type.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3052,7 +3052,6 @@ func ifaceIndir(t *rtype) bool {
30523052
return t.kind&kindDirectIface == 0
30533053
}
30543054

3055-
// Layout matches runtime.gobitvector (well enough).
30563055
type bitVector struct {
30573056
n uint32 // number of bits
30583057
data []byte

0 commit comments

Comments
 (0)