optimisation: removed duplicate call of Tokenizer::setVarId

This commit is contained in:
Daniel Marjamäki 2009-10-08 17:46:53 +02:00
parent 38c2a360ee
commit aa008ebd3e
1 changed files with 0 additions and 3 deletions

View File

@ -489,9 +489,6 @@ void CppCheck::checkFile(const std::string &code, const char FileName[])
}
}
// Set variable id
_tokenizer.setVarId();
_tokenizer.fillFunctionList();
// call all "runChecks" in all registered Check classes