From 475dfb5ea95fbef847ade47affccd52afc89d100 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gy=C3=B6rgy=20Krajcsovits?= Date: Fri, 30 Jan 2026 10:41:05 +0100 Subject: [PATCH] Drop commented out line MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: György Krajcsovits --- tsdb/chunkenc/xoroptst.go | 1 - 1 file changed, 1 deletion(-) diff --git a/tsdb/chunkenc/xoroptst.go b/tsdb/chunkenc/xoroptst.go index 6f27e69f66..d538e06dfa 100644 --- a/tsdb/chunkenc/xoroptst.go +++ b/tsdb/chunkenc/xoroptst.go @@ -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 {