optimisation: removed duplicate call of Tokenizer::setVarId
This commit is contained in:
parent
38c2a360ee
commit
aa008ebd3e
|
@ -489,9 +489,6 @@ void CppCheck::checkFile(const std::string &code, const char FileName[])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Set variable id
|
|
||||||
_tokenizer.setVarId();
|
|
||||||
|
|
||||||
_tokenizer.fillFunctionList();
|
_tokenizer.fillFunctionList();
|
||||||
|
|
||||||
// call all "runChecks" in all registered Check classes
|
// call all "runChecks" in all registered Check classes
|
||||||
|
|
Loading…
Reference in New Issue