make gen
This commit is contained in:
parent
080aa3356a
commit
e508055dc1
2
extern/sector-storage/worker_tracked.go
vendored
2
extern/sector-storage/worker_tracked.go
vendored
@ -104,8 +104,6 @@ func (wt *workTracker) track(ctx context.Context, ready chan struct{}, wid Worke
|
|||||||
return callID, err
|
return callID, err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
_, done := wt.done[callID]
|
_, done := wt.done[callID]
|
||||||
if done {
|
if done {
|
||||||
delete(wt.done, callID)
|
delete(wt.done, callID)
|
||||||
|
Loading…
Reference in New Issue
Block a user