From ce6c782b66a3a1b990faebaefc13e4559bf0020e Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Thu, 6 Apr 2017 13:20:59 +0200 Subject: [PATCH] Do not use remove readStopWords method. Commit b8d950c removes this symbol. The indexer is not used anymore and will be soon removed. So for now, just remove the call to readStopWords until we totally remove the indexer code. --- src/indexer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/indexer.cpp b/src/indexer.cpp index 7e230bc9a..d8a6a9752 100755 --- a/src/indexer.cpp +++ b/src/indexer.cpp @@ -85,7 +85,7 @@ namespace kiwix { unsigned int newProgress; /* StopWords */ - self->readStopWords(reader.getLanguage()); +// self->readStopWords(reader.getLanguage()); /* Goes trough all articles */ zim::File *zimHandler = reader.getZimFileHandler();