diff options
| author | Kir Kolyshkin <kolyshkin@gmail.com> | 2023-11-14 16:28:29 -0800 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2024-02-15 21:35:49 +0000 |
| commit | b634f6fdcbebee23b7da709a243f3db217b64776 (patch) | |
| tree | ec42f339579380b2199ab74fea69c13c80d02eba /src | |
| parent | 185f31bf303b265b3a7b573a5fca613ca40bf503 (diff) | |
| download | go-b634f6fdcbebee23b7da709a243f3db217b64776.tar.xz | |
syscall: rm obsoleted comment
The comment being removed is no longer true as of CL 494916.
Change-Id: I4975866c58efb5c9c41db3640564ac7233f5840f
Reviewed-on: https://go-review.googlesource.com/c/go/+/542415
Auto-Submit: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Than McIntosh <thanm@google.com>
Run-TryBot: Kirill Kolyshkin <kolyshkin@gmail.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Diffstat (limited to 'src')
| -rw-r--r-- | src/syscall/flock_linux_32bit.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/syscall/flock_linux_32bit.go b/src/syscall/flock_linux_32bit.go index 76a09fc47e..927c4dfffd 100644 --- a/src/syscall/flock_linux_32bit.go +++ b/src/syscall/flock_linux_32bit.go @@ -2,9 +2,6 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// If you change the build tags here, see -// internal/syscall/unix/fcntl_linux_32bit.go. - //go:build (linux && 386) || (linux && arm) || (linux && mips) || (linux && mipsle) package syscall |
