Skip to content

Commit 462c323

Browse files
committed
bytes: remove not actual comment
Signed-off-by: Maxim Eryomenko <[email protected]>
1 parent 3ce865d commit 462c323

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)