aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--weed/storage/volume.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/weed/storage/volume.go b/weed/storage/volume.go
index b1f5e6c12..0fea68015 100644
--- a/weed/storage/volume.go
+++ b/weed/storage/volume.go
@@ -310,7 +310,6 @@ func (v *Volume) collectStatus() (maxFileKey types.NeedleId, datFileSize int64,
fileCount = uint64(v.nm.FileCount())
deletedCount = uint64(v.nm.DeletedCount())
deletedSize = v.nm.DeletedSize()
- fileCount = uint64(v.nm.FileCount())
return
}