diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-09-06 12:01:44 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-09-06 12:01:44 -0700 |
| commit | 1702ce539563cfd297175aa88891db3c48f19acf (patch) | |
| tree | b7504fdb35d666c5b4e17ea68a35ce45cd7fb00f | |
| parent | fe4794fe9210073670fad8612a57bbbe4197d8f9 (diff) | |
| download | seaweedfs-1702ce539563cfd297175aa88891db3c48f19acf.tar.xz seaweedfs-1702ce539563cfd297175aa88891db3c48f19acf.zip | |
remove unused code
| -rw-r--r-- | weed/command/filer_remote_sync.go | 4 |
1 files changed, 0 insertions, 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 { |
