Skip to content

Commit 0d2edc5

Browse files
committed
Remove redundant check
1 parent ad17a0d commit 0d2edc5

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)