mirror of
https://github.com/restic/restic.git
synced 2025-12-12 05:11:46 +00:00
backend: remove dead code
This commit is contained in:
@@ -188,11 +188,6 @@ func (be *Backend) IsPermanentError(err error) bool {
|
||||
return false
|
||||
}
|
||||
|
||||
// Join combines path components with slashes.
|
||||
func (be *Backend) Join(p ...string) string {
|
||||
return path.Join(p...)
|
||||
}
|
||||
|
||||
func (be *Backend) Connections() uint {
|
||||
return be.connections
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user