Skip to content

Commit

Permalink
get rid of redundant field
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-87 authored and umputun committed Sep 23, 2023
1 parent 663bcee commit 4b7d643
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion semaphore.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ type Locker interface {

// Semaphore implementation, counted lock only. Implements sync.Locker interface, thread safe.
type semaphore struct {
Locker
ch chan struct{}
}

Expand Down

0 comments on commit 4b7d643

Please sign in to comment.