Skip to content

Commit

Permalink
Reverting last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Flixtastic committed Jan 11, 2025
1 parent a55f2be commit bea5936
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/index/IndexImpl.Text.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ cppcoro::generator<WordsFileLine> IndexImpl::wordsInTextRecords(
}
}

// LCOV_EXCL_START
// _____________________________________________________________________________
void IndexImpl::processEntityCaseDuringInvertedListProcessing(
const WordsFileLine& line,
Expand Down Expand Up @@ -112,7 +111,6 @@ void IndexImpl::logEntityNotFound(const string& word,
entityNotFoundErrorMsgCount++;
}

Check warning on line 112 in src/index/IndexImpl.Text.cpp

View check run for this annotation

Codecov / codecov/patch

src/index/IndexImpl.Text.cpp#L111-L112

Added lines #L111 - L112 were not covered by tests
}
// LCOV_EXCL_STOP

// _____________________________________________________________________________
void IndexImpl::addTextFromContextFile(const string& contextFile,
Expand Down

0 comments on commit bea5936

Please sign in to comment.