Tokenizer::simplifyTypedef: redundant assignment to 'offset'.

This commit is contained in:
Edoardo Prezioso 2012-01-30 13:33:27 +01:00
parent 5a1585dcfb
commit fe3fd1a073
1 changed files with 0 additions and 1 deletions

View File

@ -1006,7 +1006,6 @@ void Tokenizer::simplifyTypedef()
if (tok->next()->str() == "::" || Token::Match(tok->next(), "%type%")) {
typeStart = tok->next();
offset = 1;
while (Token::Match(tokOffset, "const|signed|unsigned|struct|enum %type%") ||
(tokOffset->next() && tokOffset->next()->isStandardType())) {