Removed debug statement
This commit is contained in:
parent
efdde7c988
commit
2ac1eb1729
|
@ -5876,7 +5876,6 @@ q{(int a, ...)
|
|||
case tok!"scope":
|
||||
case tok!"pure":
|
||||
case tok!"nothrow":
|
||||
warn("parsing function call expression");
|
||||
node.functionCallExpression = parseFunctionCallExpression();
|
||||
break;
|
||||
case tok!"&":
|
||||
|
|
Loading…
Reference in New Issue