Removed unused variable

This commit is contained in:
Kristian Flikka 2014-11-11 13:11:23 +01:00
parent 56b7f4e8c0
commit 86d2fd2907

View File

@ -267,7 +267,7 @@ int main(int /* argc */, char ** argv) {
return 0;
}
KeywordMapType keywordMap;
boost::filesystem::path keywordPath(config_root);
bool needToGenerate = false;
std::stringstream signature_stream;