From: Kir Kolyshkin Date: Wed, 15 Nov 2023 00:28:29 +0000 (-0800) Subject: syscall: rm obsoleted comment X-Git-Tag: go1.23rc1~1226 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=b634f6fdcbebee23b7da709a243f3db217b64776;p=gostls13.git 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 Reviewed-by: Tobias Klauser Reviewed-by: Than McIntosh Run-TryBot: Kirill Kolyshkin Reviewed-by: Bryan Mills LUCI-TryBot-Result: Go LUCI TryBot-Result: Gopher Robot --- 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