Remove erroneous comment.

This commit is contained in:
Josh Rickmar 2014-02-05 13:54:56 -05:00
parent 114bb581f7
commit 7489fd5889

View file

@ -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