mirror of
https://github.com/restic/restic.git
synced 2025-12-11 18:47:50 +00:00
backend: remove unused Location method
This commit is contained in:
@@ -46,11 +46,6 @@ func (be *Backend) Connections() uint {
|
||||
return be.b.Connections()
|
||||
}
|
||||
|
||||
// Location returns the location of the backend.
|
||||
func (be *Backend) Location() string {
|
||||
return "DRY:" + be.b.Location()
|
||||
}
|
||||
|
||||
// Delete removes all data in the backend.
|
||||
func (be *Backend) Delete(_ context.Context) error {
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user