Skip to content

Commit 1e8fc85

Browse files
committed
Remove unused code
1 parent 42307d0 commit 1e8fc85

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

internal/worker/workqueue.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ package worker
33
import "context"
44

55
type workQueue[Task any] struct {
6-
tasks chan *Task
7-
slots chan struct{}
8-
emptyNotify chan struct{}
6+
tasks chan *Task
7+
slots chan struct{}
98
}
109

1110
func newWorkQueue[Task any](maxParallelTasks int) *workQueue[Task] {

0 commit comments

Comments
 (0)