Forgot to fix another clang analyzer message.

I don't understand why here there is a loop 'break' after a token stepping forward and a bool assignment.
This commit is contained in:
Edoardo Prezioso 2012-10-24 14:07:26 +02:00
parent 99777671e5
commit 8271d63744
1 changed files with 1 additions and 1 deletions

View File

@ -1107,7 +1107,7 @@ void Tokenizer::simplifyTypedef()
tok2->next()->str() == "operator")) {
simplifyType = false;
tok2 = tok2->next();
break;
continue;
}
// There are 2 categories of typedef substitutions: