Skip to content

Commit e2e5ca2

Browse files
author
Your Name
committed
Remove dead branch
1 parent 086a98c commit e2e5ca2

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

externals/simplecpp/simplecpp.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2332,9 +2332,6 @@ namespace simplecpp {
23322332
const Token *nextTok = B->next;
23332333

23342334
if (canBeConcatenatedStringOrChar) {
2335-
if (unexpectedA)
2336-
throw invalidHashHash::unexpectedToken(tok->location, name(), A);
2337-
23382335
// It seems clearer to handle this case separately even though the code is similar-ish, but we don't want to merge here.
23392336
// TODO The question is whether the ## or varargs may still apply, and how to provoke?
23402337
if (expandArg(tokensB, B, parametertokens)) {

0 commit comments

Comments
 (0)