aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-11-28 22:37:11 -0800
committerChris Lu <chris.lu@gmail.com>2021-11-28 22:37:11 -0800
commit71a94267c9d8f746286ecd7199e17fca58075f4a (patch)
tree47c83736fbb4929a599ef8eda5938d882b45d762
parentad16221a35930094eb5f12ceb5b909fcae999f00 (diff)
downloadseaweedfs-71a94267c9d8f746286ecd7199e17fca58075f4a.tar.xz
seaweedfs-71a94267c9d8f746286ecd7199e17fca58075f4a.zip
Update command_volume_fsck.go
remove unused code
-rw-r--r--weed/shell/command_volume_fsck.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/weed/shell/command_volume_fsck.go b/weed/shell/command_volume_fsck.go
index 119973a5b..542d594dc 100644
--- a/weed/shell/command_volume_fsck.go
+++ b/weed/shell/command_volume_fsck.go
@@ -180,7 +180,6 @@ func (c *commandVolumeFsck) collectFilerFileIdAndPaths(volumeIdToServer map[uint
return nil
})
- return nil
}
func (c *commandVolumeFsck) findFilerChunksMissingInVolumeServers(volumeIdToVInfo map[uint32]VInfo, tempFolder string, writer io.Writer, verbose bool, applyPurging *bool) error {