Removed variable that wasn't used.

This commit is contained in:
Reijo Tomperi 2009-10-05 23:50:55 +03:00
parent 89eb7360e0
commit c0a46907c0
1 changed files with 0 additions and 1 deletions

View File

@ -1656,7 +1656,6 @@ std::string Preprocessor::expandMacros(std::string code, const std::string &file
}
// Matching the macroname?
const std::string substr(code.substr(pos1, macro.name().length()));
if (code.compare(pos1, macro.name().length(), macro.name()) != 0)
continue;