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