Skip to content

Commit

Permalink
Remove no longer needed annotation.
Browse files Browse the repository at this point in the history
  • Loading branch information
toregge committed Nov 30, 2024
1 parent 63eb056 commit 3751c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion searchlib/src/tests/queryeval/weak_and/rise_wand.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace rise {

struct TermFreqScorer
{
[[no_unique_address]] Bm25TermFrequencyScorer _termFrequencyScorer;
Bm25TermFrequencyScorer _termFrequencyScorer;
TermFreqScorer(uint32_t num_docs) noexcept
: _termFrequencyScorer(num_docs)
{ }
Expand Down

0 comments on commit 3751c88

Please sign in to comment.