mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-28 04:02:21 -04:00
Drop commented out line
Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
This commit is contained in:
parent
65b70bbe77
commit
475dfb5ea9
1 changed files with 0 additions and 1 deletions
|
|
@ -377,7 +377,6 @@ func (a *xorOptSTAppender) Append(st, t int64, v float64) {
|
|||
a.b.writeBits(0b1111, 4)
|
||||
a.b.writeBits(uint64(sdod), 64)
|
||||
}
|
||||
// putClassicVarbitInt(a.b, sdod)
|
||||
} else {
|
||||
if a.firstSTChangeOn == 0 {
|
||||
if a.numTotal == maxFirstSTChangeOn {
|
||||
|
|
|
|||
Loading…
Reference in a new issue