storage: remove stale comment

This commit is contained in:
Bartek Borkowski 2018-03-28 14:51:53 +02:00
parent bf35da28ac
commit 094e71721f

View file

@ -177,7 +177,7 @@ type Chunk struct {
C chan bool // to signal data delivery by the dpa
ReqC chan bool // to signal the request done
dbStoredC chan bool // never remove a chunk from memStore before it is written to dbStore
dbStored bool // never remove a chunk from memStore before it is written to dbStore
dbStored bool
dbStoredMu sync.Mutex
errored bool // flag which is set when the chunk request has errored or timeouted
erroredMu sync.Mutex