Browse Source

remove unused code

pull/2321/head
Chris Lu 3 years ago
parent
commit
1702ce5395
  1. 4
      weed/command/filer_remote_sync.go

4
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 {

Loading…
Cancel
Save