diff --git a/src/reader/kiwix-read.cpp b/src/reader/kiwix-read.cpp index 5e81480..7b8761c 100644 --- a/src/reader/kiwix-read.cpp +++ b/src/reader/kiwix-read.cpp @@ -18,7 +18,6 @@ */ #include -#include #include #include #include @@ -30,12 +29,6 @@ void usage() exit(1); } -void updateSuggestionTree(tree>& suggestionTree, - string suggestion) -{ - return; -} - int main(int argc, char** argv) { /* Init the variables */ @@ -108,9 +101,6 @@ int main(int argc, char** argv) } */ - // tree< pair > tree; - // updateSuggestionTree(tree, string(suggestion)); - delete reader; } else { cerr << "Unable instanciate the Kiwix reader." << endl;