remove dead code

This commit is contained in:
chrislu
2022-03-23 23:18:32 -07:00
parent 0b5faef612
commit 9b04f17555
2 changed files with 0 additions and 2 deletions

View File

@@ -61,7 +61,6 @@ func (vs *VolumeServer) privateStoreHandler(w http.ResponseWriter, r *http.Reque
atomic.AddInt64(&vs.inFlightUploadDataSize, contentLength)
defer func() {
atomic.AddInt64(&vs.inFlightUploadDataSize, -contentLength)
vs.inFlightUploadDataLimitCond.Signal()
}()
// processs uploads