From d73de5255bd23c66f97aef6e427ff345ea729008 Mon Sep 17 00:00:00 2001 From: George Krajcsovits Date: Tue, 29 Oct 2024 08:13:19 +0100 Subject: [PATCH] Update tsdb/ooo_head_read.go Signed-off-by: George Krajcsovits --- tsdb/ooo_head_read.go | 1 - 1 file changed, 1 deletion(-) diff --git a/tsdb/ooo_head_read.go b/tsdb/ooo_head_read.go index 1468ff27f6..945c2c66f6 100644 --- a/tsdb/ooo_head_read.go +++ b/tsdb/ooo_head_read.go @@ -264,7 +264,6 @@ func (cr *HeadAndOOOChunkReader) chunkOrIterable(meta chunks.Meta, copyLastChunk if !ok { // Complete chunk was supplied. return meta.Chunk, nil, meta.MaxTime, nil } - // We have a composite meta: construct a composite iterable. mc := &mergedOOOChunks{} for _, m := range mm.metas {