Tokenizer: don't call simplifyCalculations() twice.

No functional change.
This commit is contained in:
Slava Semushin 2009-08-30 02:42:28 +07:00
parent 18fd2528f8
commit fd94bb0cea
1 changed files with 0 additions and 1 deletions

View File

@ -1587,7 +1587,6 @@ void Tokenizer::simplifyTokenList()
modified |= simplifyKnownVariables();
modified |= removeReduntantConditions();
modified |= simplifyRedundantParanthesis();
modified |= simplifyCalculations();
modified |= simplifyQuestionMark();
}