Skip to content

Commit

Permalink
cmd/go/internal/lockedfile/internal/filelock: remove unused type token
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
tklauser authored and gopherbot committed Sep 29, 2022
1 parent 2ff5fbf commit 36f046d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ type inodeLock struct {
queue []<-chan File
}

type token struct{}

var (
mu sync.Mutex
inodes = map[File]inode{}
Expand Down

0 comments on commit 36f046d

Please sign in to comment.