mirror of
https://github.com/restic/restic.git
synced 2025-12-11 18:47:50 +00:00
fs: remove file.Name() from interface
The only user was archiver.fileSaver.
This commit is contained in:
@@ -34,5 +34,4 @@ type File interface {
|
||||
|
||||
Readdirnames(n int) ([]string, error)
|
||||
Stat() (os.FileInfo, error)
|
||||
Name() string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user