aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/commands.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/shell/commands.go')
-rw-r--r--weed/shell/commands.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/weed/shell/commands.go b/weed/shell/commands.go
index 0e285214b..6e1348ca5 100644
--- a/weed/shell/commands.go
+++ b/weed/shell/commands.go
@@ -102,10 +102,6 @@ func (ce *CommandEnv) WithFilerClient(fn func(filer_pb.SeaweedFilerClient) error
}
-func (ce *CommandEnv) AdjustedUrl(location *filer_pb.Location) string {
- return location.Url
-}
-
func parseFilerUrl(entryPath string) (filerServer string, filerPort int64, path string, err error) {
if strings.HasPrefix(entryPath, "http") {
var u *url.URL