From 2691e70effea6d06bb0f2cc876db3f73376186c1 Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Wed, 21 Aug 2024 13:09:43 +0000 Subject: [PATCH] GC unused using statement --- searchlib/src/vespa/searchlib/common/bitvectorcache.h | 1 - 1 file changed, 1 deletion(-) diff --git a/searchlib/src/vespa/searchlib/common/bitvectorcache.h b/searchlib/src/vespa/searchlib/common/bitvectorcache.h index bd2c72cfcd23..9e1c4128413e 100644 --- a/searchlib/src/vespa/searchlib/common/bitvectorcache.h +++ b/searchlib/src/vespa/searchlib/common/bitvectorcache.h @@ -79,7 +79,6 @@ class BitVectorCache }; using Key2Index = vespalib::hash_map; using SortedKeyMeta = std::vector>; - using ChunkV = std::vector; VESPA_DLL_LOCAL static SortedKeyMeta getSorted(Key2Index & keys); VESPA_DLL_LOCAL static void populate(Key2Index & newKeys, CondensedBitVector & chunk, const PopulateInterface & lookup);