]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go/internal/lockedfile/internal/filelock: remove stale TODO comment
authorTobias Klauser <tklauser@distanz.ch>
Mon, 28 Sep 2020 22:45:12 +0000 (00:45 +0200)
committerTobias Klauser <tobias.klauser@gmail.com>
Tue, 29 Sep 2020 06:10:12 +0000 (06:10 +0000)
This was addressed by CL 255258.

Updates #35618

Change-Id: I8dd5b30a846f2d16a3d4752304861d7d2178d1cf
Reviewed-on: https://go-review.googlesource.com/c/go/+/257940
Trust: Tobias Klauser <tobias.klauser@gmail.com>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
src/cmd/go/internal/lockedfile/internal/filelock/filelock_fcntl.go

index dc7bbe263f17fb5f5e1ece4705fb8290bfd31d1f..8776c5741c7dc692a2229cfcea595ab29ed9ae97 100644 (file)
@@ -12,9 +12,6 @@
 // Most platforms provide some alternative API, such as an 'flock' system call
 // or an F_OFD_SETLK command for 'fcntl', that allows for better concurrency and
 // does not require per-inode bookkeeping in the application.
-//
-// TODO(golang.org/issue/35618): add a syscall.Flock binding for Illumos and
-// switch it over to use filelock_unix.go.
 
 package filelock