mirror of
https://github.com/restic/restic.git
synced 2025-10-09 12:41:58 +00:00
backend: remove unused Location method
This commit is contained in:
@@ -93,11 +93,6 @@ func (b *Local) Connections() uint {
|
||||
return b.Config.Connections
|
||||
}
|
||||
|
||||
// Location returns this backend's location (the directory name).
|
||||
func (b *Local) Location() string {
|
||||
return b.Path
|
||||
}
|
||||
|
||||
// Hasher may return a hash function for calculating a content hash for the backend
|
||||
func (b *Local) Hasher() hash.Hash {
|
||||
return nil
|
||||
|
Reference in New Issue
Block a user