simplifyKnownVariables : optimisation

This commit is contained in:
Daniel Marjamäki 2008-12-23 19:39:06 +00:00
parent b8e0ea81a6
commit 44b459a98c
1 changed files with 1 additions and 1 deletions

View File

@ -1464,7 +1464,7 @@ bool Tokenizer::simplifyKnownVariables()
{
--indentlevel;
if ( indentlevel <= 0 )
continue;
break;
}
else if ( TOKEN::Match(tok2, "%var% = %num% ;") ||