From c70a07ca1de450e9ab14ce0f2c3b018ae8c9cd33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gy=C3=B6rgy=20Krajcsovits?= Date: Fri, 23 Aug 2024 17:52:10 +0200 Subject: [PATCH] Remove stray comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit lint fix Signed-off-by: György Krajcsovits --- tsdb/ooo_head_read.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tsdb/ooo_head_read.go b/tsdb/ooo_head_read.go index bd7b3098b3..7a4209b1fb 100644 --- a/tsdb/ooo_head_read.go +++ b/tsdb/ooo_head_read.go @@ -100,11 +100,6 @@ func (c MultiChunk) Reset([]byte) { // no-op } -// lastGarbageCollectedMmapRef gives the last mmap chunk that may be being garbage collected and so -// any chunk at or before this ref will not be considered. 0 disables this check. -// -// maxMmapRef tells upto what max m-map chunk that we can consider. If it is non-0, then -// the oooHeadChunk will not be considered. func (oh *HeadAndOOOIndexReader) Series(ref storage.SeriesRef, builder *labels.ScratchBuilder, chks *[]chunks.Meta) error { s := oh.head.series.getByID(chunks.HeadSeriesRef(ref))