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 }