mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
*: remove never-unused vars, minor lint fix
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
This commit is contained in:
@@ -301,6 +301,7 @@ func TestNodeProposeAddDuplicateNode(t *testing.T) {
|
||||
n.Campaign(context.TODO())
|
||||
rdyEntries := make([]raftpb.Entry, 0)
|
||||
ticker := time.NewTicker(time.Millisecond * 100)
|
||||
defer ticker.Stop()
|
||||
done := make(chan struct{})
|
||||
stop := make(chan struct{})
|
||||
applyConfChan := make(chan struct{})
|
||||
|
||||
Reference in New Issue
Block a user