mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-25 13:44:05 -08:00
tsdb/chunks: remove un-used code. (#6944)
Signed-off-by: johncming <johncming@yahoo.com>
This commit is contained in:
parent
3ebffa7e20
commit
252265fa81
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue