Preprocessor: Reduce simplifyVarMap usage to make Cppcheck a bit faster

This commit is contained in:
Daniel Marjamäki 2012-07-27 12:30:43 +02:00
parent 0ead18122d
commit 79c84029fb
1 changed files with 0 additions and 2 deletions

View File

@ -1082,8 +1082,6 @@ std::list<std::string> Preprocessor::getcfgs(const std::string &filedata, const
const std::string value(it->substr(pos + 1));
varmap[varname] = value;
}
simplifyVarMap(varmap);
simplifyCondition(varmap, def, false);
}