volume: avoid compacting wait group

This commit is contained in:
Chris Lu
2019-07-21 13:49:59 -07:00
parent 4b15c8f0c4
commit 33b3366043
3 changed files with 1 additions and 8 deletions

View File

@@ -22,7 +22,6 @@ type Volume struct {
Collection string
dataFile *os.File
nm NeedleMapper
compactingWg sync.WaitGroup
needleMapKind NeedleMapType
readOnly bool