mirror of
https://github.com/restic/restic.git
synced 2025-12-12 03:11:56 +00:00
fs: remove unused methods from File interface
This commit is contained in:
@@ -29,9 +29,7 @@ type File interface {
|
||||
io.Reader
|
||||
io.Closer
|
||||
|
||||
Fd() uintptr
|
||||
Readdirnames(n int) ([]string, error)
|
||||
Seek(int64, int) (int64, error)
|
||||
Stat() (os.FileInfo, error)
|
||||
Name() string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user