From b634f6fdcbebee23b7da709a243f3db217b64776 Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Tue, 14 Nov 2023 16:28:29 -0800 Subject: [PATCH] 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 --- src/syscall/flock_linux_32bit.go | 3 --- 1 file changed, 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 -- 2.48.1