Skip to content

Commit c7fa5ea

Browse files
committed
queue: remove unsued waitgroup
1 parent 0cf63ae commit c7fa5ea

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

queue/gc_queue.go

-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ package queue
22

33
import (
44
"container/list"
5-
"sync"
65
"time"
76

87
"github.com/lightningnetwork/lnd/ticker"
@@ -44,7 +43,6 @@ type GCQueue struct {
4443
// increasing time of arrival.
4544
freeList *list.List
4645

47-
wg sync.WaitGroup
4846
quit chan struct{}
4947
}
5048

0 commit comments

Comments
 (0)