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