mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
lib/fs: remove unused readerAt
interface
This commit is contained in:
parent
c3d86eef96
commit
011a79da85
1 changed files with 0 additions and 5 deletions
|
@ -21,11 +21,6 @@ type MustReadAtCloser interface {
|
|||
MustClose()
|
||||
}
|
||||
|
||||
type readerAt interface {
|
||||
ReadAt(p []byte, off int64) (int, error)
|
||||
Close() error
|
||||
}
|
||||
|
||||
// ReaderAt implements rand-access reader.
|
||||
type ReaderAt struct {
|
||||
f *os.File
|
||||
|
|
Loading…
Reference in a new issue