simplifyKnownVariables : optimisation
This commit is contained in:
parent
b8e0ea81a6
commit
44b459a98c
|
@ -1464,7 +1464,7 @@ bool Tokenizer::simplifyKnownVariables()
|
|||
{
|
||||
--indentlevel;
|
||||
if ( indentlevel <= 0 )
|
||||
continue;
|
||||
break;
|
||||
}
|
||||
|
||||
else if ( TOKEN::Match(tok2, "%var% = %num% ;") ||
|
||||
|
|
Loading…
Reference in New Issue