diff --git a/weed/shell/command_volume_list.go b/weed/shell/command_volume_list.go index 468c704a0..06c8437c8 100644 --- a/weed/shell/command_volume_list.go +++ b/weed/shell/command_volume_list.go @@ -304,12 +304,7 @@ type statistics struct { } func newStatistics() *statistics { - return &statistics{ - Size: 0, - FileCount: 0, - DeletedFileCount: 0, - DeletedBytes: 0, - } + return &statistics{} } func (s *statistics) add(t statistics) {