Skip to content

Commit 63628bb

Browse files
Update tokenlist.cpp
1 parent 8810c2b commit 63628bb

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

lib/tokenlist.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1771,8 +1771,6 @@ static Token * createAstAtToken(Token *tok)
17711771
if (typetok->str() == "<") {
17721772
if (Token* closing = typetok->findClosingBracket()) {
17731773
typetok = closing->next();
1774-
if (Token::simpleMatch(typetok, "::"))
1775-
typetok = typetok->next();
17761774
continue;
17771775
}
17781776
break;

0 commit comments

Comments
 (0)