mirror of
https://github.com/restic/restic.git
synced 2026-08-11 08:03:17 +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 {
|
||||
Readdir(int) ([]os.FileInfo, error)
|
||||
Seek(int64, int) (int64, error)
|
||||
Stat() (os.FileInfo, error)
|
||||
Name() string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user