preprocessor: Don't use the "expandMacros" from cppcheck
This commit is contained in:
parent
58b398a4a8
commit
0a027a55ef
|
@ -257,8 +257,6 @@ void Preprocessor::preprocess(std::istream &istr, std::string &processedFile, st
|
|||
|
||||
processedFile = replaceIfDefined(processedFile);
|
||||
|
||||
processedFile = expandMacros(processedFile);
|
||||
|
||||
// Get all possible configurations..
|
||||
resultConfigurations = getcfgs(processedFile);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue