From 1702ce539563cfd297175aa88891db3c48f19acf Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 6 Sep 2021 12:01:44 -0700 Subject: [PATCH] remove unused code --- weed/command/filer_remote_sync.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/weed/command/filer_remote_sync.go b/weed/command/filer_remote_sync.go index 6ca8477ce..18e8fcc3c 100644 --- a/weed/command/filer_remote_sync.go +++ b/weed/command/filer_remote_sync.go @@ -29,10 +29,6 @@ type RemoteSyncOptions struct { bucketsDir string } -const ( - RemoteSyncKeyPrefix = "remote.sync." -) - var _ = filer_pb.FilerClient(&RemoteSyncOptions{}) func (option *RemoteSyncOptions) WithFilerClient(fn func(filer_pb.SeaweedFilerClient) error) error {