mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
bytes: remove obsolete comment
Change-Id: Iec4348eb674c8c64497c82e5d7cd656736cfcebd
GitHub-Last-Rev: 462c323960
GitHub-Pull-Request: golang/go#32225
Reviewed-on: https://go-review.googlesource.com/c/go/+/178797
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
3970667d95
commit
0f897f916a
1 changed files with 0 additions and 3 deletions
|
|
@ -21,9 +21,6 @@ type Buffer struct {
|
|||
buf []byte // contents are the bytes buf[off : len(buf)]
|
||||
off int // read at &buf[off], write at &buf[len(buf)]
|
||||
lastRead readOp // last read operation, so that Unread* can work correctly.
|
||||
|
||||
// FIXME: it would be advisable to align Buffer to cachelines to avoid false
|
||||
// sharing.
|
||||
}
|
||||
|
||||
// The readOp constants describe the last action performed on
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue