diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-04-17 10:04:28 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-04-17 10:04:28 -0700 |
| commit | 826f96b6f39839c90b906f6293e976dd86e3ea77 (patch) | |
| tree | 69a95d76fbe42adb92dc68158de0ea1a396b0f31 /weed/command/filer_replication.go | |
| parent | ffa69b24ae0b5daf6cb040c95bb821c25ba15461 (diff) | |
| download | seaweedfs-826f96b6f39839c90b906f6293e976dd86e3ea77.tar.xz seaweedfs-826f96b6f39839c90b906f6293e976dd86e3ea77.zip | |
fix unreachable code
Diffstat (limited to 'weed/command/filer_replication.go')
| -rw-r--r-- | weed/command/filer_replication.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/weed/command/filer_replication.go b/weed/command/filer_replication.go index 737f0d24a..40f2b570b 100644 --- a/weed/command/filer_replication.go +++ b/weed/command/filer_replication.go @@ -121,7 +121,6 @@ func runFilerReplicate(cmd *Command, args []string) bool { } } - return true } func validateOneEnabledInput(config *viper.Viper) { |
