Skip to content

Commit

Permalink
fix r cmd check comment on non-use of progressOffset
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijffels committed Oct 3, 2023
1 parent 8ce0094 commit 7afe597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/word2vec/lib/vocabulary.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ namespace w2v {
};
std::unordered_map<std::string, tmpWordData_t> tmpWords;
std::string word;
off_t progressOffset = 0;
//off_t progressOffset = 0;

for (auto &text:_corpus->texts) {
for (auto &word:text) {
Expand Down

0 comments on commit 7afe597

Please sign in to comment.