Skip to content

Commit 96a3198

Browse files
authored
Remove unused code
1 parent 8c4024b commit 96a3198

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

internal/sync/selector.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ func Select(ctx Context, cases ...SelectCase) {
4242
}
4343
}
4444

45-
type selectorCase interface {
46-
Ready() bool
47-
Handle(ctx Context)
48-
}
49-
5045
type futureCase[T any] struct {
5146
f *future[T]
5247
fn func(Context, Future[T])

0 commit comments

Comments
 (0)