Skip to content

Commit 0f897f9

Browse files
moeryomenkobradfitz
authored andcommitted
bytes: remove obsolete comment
Change-Id: Iec4348eb674c8c64497c82e5d7cd656736cfcebd GitHub-Last-Rev: 462c323 GitHub-Pull-Request: #32225 Reviewed-on: https://go-review.googlesource.com/c/go/+/178797 Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent 3970667 commit 0f897f9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/bytes/buffer.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ type Buffer struct {
2121
buf []byte // contents are the bytes buf[off : len(buf)]
2222
off int // read at &buf[off], write at &buf[len(buf)]
2323
lastRead readOp // last read operation, so that Unread* can work correctly.
24-
25-
// FIXME: it would be advisable to align Buffer to cachelines to avoid false
26-
// sharing.
2724
}
2825

2926
// The readOp constants describe the last action performed on

0 commit comments

Comments
 (0)