]> Cypherpunks repositories - gostls13.git/commit
internal/poll: remove rsan field from Windows' poll.operation
authorqmuntal <quimmuntal@gmail.com>
Wed, 2 Jul 2025 10:51:42 +0000 (12:51 +0200)
committerQuim Muntal <quimmuntal@gmail.com>
Mon, 28 Jul 2025 18:52:15 +0000 (11:52 -0700)
commitd7b411434671501b5f3c936782c440695941be36
treed07944a9f58b2e51f27bd3b1228a886e408cccc7
parent361b1ab41fa3bbd77f286cab4588b12ef779ec8d
internal/poll: remove rsan field from Windows' poll.operation

There is no need to keep the rsan field in the poll.operation struct.

This skims down the size of os.File by 16 bytes.

Change-Id: I5e99e0e87178b63a19f0b9883b7b3d25abfd9ec3
Reviewed-on: https://go-review.googlesource.com/c/go/+/685417
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Damien Neil <dneil@google.com>
Reviewed-by: Mark Freeman <mark@golang.org>
src/internal/poll/fd_windows.go