mirror of
https://github.com/restic/restic.git
synced 2025-10-09 15:30:24 +00:00
backend: remove unused Location method
This commit is contained in:
@@ -162,11 +162,6 @@ func (be *b2Backend) Connections() uint {
|
||||
return be.cfg.Connections
|
||||
}
|
||||
|
||||
// Location returns the location for the backend.
|
||||
func (be *b2Backend) Location() string {
|
||||
return be.cfg.Bucket
|
||||
}
|
||||
|
||||
// Hasher may return a hash function for calculating a content hash for the backend
|
||||
func (be *b2Backend) Hasher() hash.Hash {
|
||||
return nil
|
||||
|
Reference in New Issue
Block a user