Skip to content

Commit febe1c9

Browse files
committed
Merge pull request #729 from Dmitry-Me/removeRedundantCheck
Remove redundant check
2 parents bebf8cc + 0d2edc5 commit febe1c9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/tokenize.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,6 @@ void Tokenizer::simplifyTypedef()
711711
typeStart = tokOffset;
712712

713713
while (Token::Match(tokOffset, "const|struct|enum %type%") ||
714-
(Token::Match(tokOffset, "signed|unsigned %type%") && tokOffset->next()->isStandardType()) ||
715714
(tokOffset->next() && tokOffset->next()->isStandardType()))
716715
tokOffset = tokOffset->next();
717716

0 commit comments

Comments
 (0)