Skip to content

Commit 36f046d

Browse files
tklausergopherbot
authored andcommitted
cmd/go/internal/lockedfile/internal/filelock: remove unused type token
Change-Id: If815d17851e4e4eac026417b820f15d11939d9cc Reviewed-on: https://go-review.googlesource.com/c/go/+/436595 Run-TryBot: Tobias Klauser <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Auto-Submit: Tobias Klauser <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Bryan Mills <[email protected]>
1 parent 2ff5fbf commit 36f046d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/cmd/go/internal/lockedfile/internal/filelock/filelock_fcntl.go

-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ type inodeLock struct {
3939
queue []<-chan File
4040
}
4141

42-
type token struct{}
43-
4442
var (
4543
mu sync.Mutex
4644
inodes = map[File]inode{}

0 commit comments

Comments
 (0)