From 71a94267c9d8f746286ecd7199e17fca58075f4a Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 28 Nov 2021 22:37:11 -0800 Subject: [PATCH] Update command_volume_fsck.go remove unused code --- weed/shell/command_volume_fsck.go | 1 - 1 file changed, 1 deletion(-) 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 {