Skip to content

Commit

Permalink
Remove unused include and adjust member function comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
toregge committed Nov 13, 2024
1 parent c7bd873 commit be58cca
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#pragma once

#include "bitvectorkeyscope.h"
//#include <vespa/searchlib/common/bitvector.h>
#include <vespa/searchlib/index/bitvector_dictionary_lookup_result.h>
#include <vespa/searchlib/index/bitvectorkeys.h>
#include <vespa/searchlib/common/tunefileinfo.h>
Expand Down Expand Up @@ -60,7 +59,7 @@ class BitVectorDictionary
**/
index::BitVectorDictionaryLookupResult lookup(uint64_t word_num);
/**
* load and return the associated bit vector if lookup result is valid.
* Load and return the associated bit vector if lookup result is valid.
*
* @param lookup_result the result returned from lookup.
* @return the loaded bit vector or empty if lookup result was invalid.
Expand Down

0 comments on commit be58cca

Please sign in to comment.