fs: remove file.Name() from interface

The only user was archiver.fileSaver.
This commit is contained in:
Michael Eischer
2024-10-18 21:43:23 +02:00
parent 26b77a543d
commit 352605d9f0
2 changed files with 1 additions and 6 deletions

View File

@@ -34,5 +34,4 @@ type File interface {
Readdirnames(n int) ([]string, error)
Stat() (os.FileInfo, error)
Name() string
}