]> Cypherpunks repositories - gostls13.git/commitdiff
syscall: rm obsoleted comment
authorKir Kolyshkin <kolyshkin@gmail.com>
Wed, 15 Nov 2023 00:28:29 +0000 (16:28 -0800)
committerGopher Robot <gobot@golang.org>
Thu, 15 Feb 2024 21:35:49 +0000 (21:35 +0000)
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>

src/syscall/flock_linux_32bit.go

index 76a09fc47e3fa823e4d4b8cf7f126fb5961f0cd1..927c4dfffde88b98f906fcdfeaafe7e2f94348b7 100644 (file)
@@ -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