]> Cypherpunks repositories - gostls13.git/commit
internal/poll: remove sa field from Windows' poll.operation
authorqmuntal <quimmuntal@gmail.com>
Wed, 2 Jul 2025 10:40:29 +0000 (12:40 +0200)
committerQuim Muntal <quimmuntal@gmail.com>
Mon, 28 Jul 2025 18:52:05 +0000 (11:52 -0700)
commit361b1ab41fa3bbd77f286cab4588b12ef779ec8d
treed6f147953b14688d4edc07e4501c5ebe03ed69d9
parent9b6bd64e46bd882fb8849d4476fc91a22b67cc96
internal/poll: remove sa field from Windows' poll.operation

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

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

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