Skip to content

Commit

Permalink
GC unused using statement
Browse files Browse the repository at this point in the history
  • Loading branch information
baldersheim committed Aug 21, 2024
1 parent 6adc372 commit 2691e70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion searchlib/src/vespa/searchlib/common/bitvectorcache.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ class BitVectorCache
};
using Key2Index = vespalib::hash_map<Key, KeyMeta>;
using SortedKeyMeta = std::vector<std::pair<Key, KeyMeta *>>;
using ChunkV = std::vector<CondensedBitVector::SP>;

VESPA_DLL_LOCAL static SortedKeyMeta getSorted(Key2Index & keys);
VESPA_DLL_LOCAL static void populate(Key2Index & newKeys, CondensedBitVector & chunk, const PopulateInterface & lookup);
Expand Down

0 comments on commit 2691e70

Please sign in to comment.