Tokenizer: don't call simplifyCalculations() twice.
No functional change.
This commit is contained in:
parent
18fd2528f8
commit
fd94bb0cea
|
@ -1587,7 +1587,6 @@ void Tokenizer::simplifyTokenList()
|
||||||
modified |= simplifyKnownVariables();
|
modified |= simplifyKnownVariables();
|
||||||
modified |= removeReduntantConditions();
|
modified |= removeReduntantConditions();
|
||||||
modified |= simplifyRedundantParanthesis();
|
modified |= simplifyRedundantParanthesis();
|
||||||
modified |= simplifyCalculations();
|
|
||||||
modified |= simplifyQuestionMark();
|
modified |= simplifyQuestionMark();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue