fs: remove Readdir method from File interface

This commit is contained in:
Michael Eischer
2024-07-21 16:47:13 +02:00
parent cc7f99125a
commit cf051e777a
3 changed files with 0 additions and 107 deletions

View File

@@ -31,7 +31,6 @@ type File interface {
Fd() uintptr
Readdirnames(n int) ([]string, error)
Readdir(int) ([]os.FileInfo, error)
Seek(int64, int) (int64, error)
Stat() (os.FileInfo, error)
Name() string