tsdb/chunks: remove un-used code. (#6944)

Signed-off-by: johncming <johncming@yahoo.com>
pull/7875/head
johncming 2020-08-31 22:55:47 +08:00 committed by GitHub
parent 3ebffa7e20
commit 252265fa81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -419,10 +419,6 @@ func (b realByteSlice) Range(start, end int) []byte {
return b[start:end]
}
func (b realByteSlice) Sub(start, end int) ByteSlice {
return b[start:end]
}
// Reader implements a ChunkReader for a serialized byte stream
// of series data.
type Reader struct {