Skip to content

Commit b634f6f

Browse files
kolyshkingopherbot
authored andcommitted
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 <[email protected]> Reviewed-by: Tobias Klauser <[email protected]> Reviewed-by: Than McIntosh <[email protected]> Run-TryBot: Kirill Kolyshkin <[email protected]> Reviewed-by: Bryan Mills <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
1 parent 185f31b commit b634f6f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/syscall/flock_linux_32bit.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5-
// If you change the build tags here, see
6-
// internal/syscall/unix/fcntl_linux_32bit.go.
7-
85
//go:build (linux && 386) || (linux && arm) || (linux && mips) || (linux && mipsle)
96

107
package syscall

0 commit comments

Comments
 (0)