mirror of https://github.com/prometheus/prometheus
tsdb/chunks: remove un-used code. (#6944)
Signed-off-by: johncming <johncming@yahoo.com>pull/7875/head
parent
3ebffa7e20
commit
252265fa81
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue