Remove erroneous comment.
This commit is contained in:
parent
114bb581f7
commit
7489fd5889
1 changed files with 0 additions and 2 deletions
|
@ -238,7 +238,6 @@ func (ds *DiskSyncer) Start() {
|
|||
|
||||
const wait = 10 * time.Second
|
||||
var timer <-chan time.Time
|
||||
|
||||
var sem chan struct{}
|
||||
schedule := newSyncSchedule(netdir)
|
||||
for {
|
||||
|
@ -251,7 +250,6 @@ func (ds *DiskSyncer) Start() {
|
|||
|
||||
timer = nil
|
||||
|
||||
// Account manager passed ownership of the semaphore;
|
||||
// Do not grab semaphore again until another flush is needed.
|
||||
sem = nil
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue