1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-03-09 00:00:02 +01:00

rclone: remove redundant Warmup methods

This commit is contained in:
Michael Eischer 2025-02-16 22:41:22 +01:00
parent 8d1185b3b8
commit cb8575f001

View file

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