remove outputlist since its not moved and all subfunction check for (#1001)
nullptr
This commit is contained in:
parent
27151f5014
commit
b913a04462
|
@ -566,9 +566,7 @@ void Preprocessor::loadFiles(const simplecpp::TokenList &rawtokens, std::vector<
|
||||||
{
|
{
|
||||||
const simplecpp::DUI dui = createDUI(_settings, emptyString, files[0]);
|
const simplecpp::DUI dui = createDUI(_settings, emptyString, files[0]);
|
||||||
|
|
||||||
simplecpp::OutputList outputList;
|
tokenlists = simplecpp::load(rawtokens, files, dui, nullptr);
|
||||||
|
|
||||||
tokenlists = simplecpp::load(rawtokens, files, dui, &outputList);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void Preprocessor::removeComments()
|
void Preprocessor::removeComments()
|
||||||
|
|
Loading…
Reference in New Issue