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.
This commit is contained in:
Matthieu Gautier 2017-04-06 13:20:59 +02:00
parent 9771506985
commit ce6c782b66
1 changed files with 1 additions and 1 deletions

View File

@ -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();