Skip to content

Commit 1766d1b

Browse files
committed
fix: remove unused variable
1 parent 31ee7fa commit 1766d1b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/puller/puller.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,6 @@ func (p *Puller) syncPeerBin(parentCtx context.Context, peer *syncPeer, bin uint
334334

335335
p.metrics.SyncWorkerIterCounter.Inc()
336336

337-
syncStart := time.Now()
338337
top, count, err := p.syncer.Sync(ctx, address, bin, start)
339338

340339
if top == math.MaxUint64 {

0 commit comments

Comments
 (0)