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

Signed-off-by: johncming <johncming@yahoo.com>
This commit is contained in:
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

View file

@ -419,10 +419,6 @@ func (b realByteSlice) Range(start, end int) []byte {
return b[start:end] 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 // Reader implements a ChunkReader for a serialized byte stream
// of series data. // of series data.
type Reader struct { type Reader struct {