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

@ -292,11 +292,6 @@ func (r *SFTP) Connections() uint {
return r.Config.Connections
}
// Location returns this backend's location (the directory name).
func (r *SFTP) Location() string {
return r.p
}
// Hasher may return a hash function for calculating a content hash for the backend
func (r *SFTP) Hasher() hash.Hash {
return nil