Skip to content

Commit

Permalink
reflect: remove obsolete comment about gobitVector
Browse files Browse the repository at this point in the history
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 <iant@golang.org>
  • Loading branch information
two authored and ianlancetaylor committed Nov 22, 2019
1 parent 0e02cfb commit 95be9b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/reflect/type.go
Expand Up @@ -3052,7 +3052,6 @@ func ifaceIndir(t *rtype) bool {
return t.kind&kindDirectIface == 0
}

// Layout matches runtime.gobitvector (well enough).
type bitVector struct {
n uint32 // number of bits
data []byte
Expand Down

0 comments on commit 95be9b7

Please sign in to comment.