mirror of https://github.com/restic/restic.git
rclone: remove redundant Warmup methods
This commit is contained in:
parent
8d1185b3b8
commit
cb8575f001
|
@ -346,9 +346,3 @@ func (be *Backend) Properties() backend.Properties {
|
|||
properties.HasFlakyErrors = true
|
||||
return properties
|
||||
}
|
||||
|
||||
// Warmup not implemented
|
||||
func (be *Backend) Warmup(_ context.Context, _ []backend.Handle) ([]backend.Handle, error) {
|
||||
return []backend.Handle{}, nil
|
||||
}
|
||||
func (be *Backend) WarmupWait(_ context.Context, _ []backend.Handle) error { return nil }
|
||||
|
|
Loading…
Reference in New Issue