mirror of
https://github.com/restic/restic.git
synced 2025-08-11 20:57:39 +00:00
Remove Deleter interface
This commit is contained in:
@@ -93,11 +93,7 @@ func newSwiftTestSuite(t testing.TB) *test.Suite {
|
||||
return err
|
||||
}
|
||||
|
||||
if err := be.(restic.Deleter).Delete(context.TODO()); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
return nil
|
||||
return be.Delete(context.TODO())
|
||||
},
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user