remove unused code

This commit is contained in:
Chris Lu 2021-09-06 12:01:44 -07:00
parent fe4794fe92
commit 1702ce5395

View file

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