mirror of
https://github.com/restic/restic.git
synced 2025-08-23 01:07:36 +00:00
Remove io.Writer from fs.File
It was only used in a single test, which now uses plain *os.File instead.
This commit is contained in:
@@ -26,7 +26,6 @@ type FS interface {
|
||||
// File is an open file on a file system.
|
||||
type File interface {
|
||||
io.Reader
|
||||
io.Writer
|
||||
io.Closer
|
||||
|
||||
Fd() uintptr
|
||||
|
Reference in New Issue
Block a user