backend: remove unused Location method

This commit is contained in:
Michael Eischer
2024-05-10 00:43:50 +02:00
parent eb6c653f89
commit 0c1ba6d95d
14 changed files with 0 additions and 81 deletions

View File

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