Removed debug statement

This commit is contained in:
Hackerpilot 2014-03-04 22:52:12 -08:00
parent efdde7c988
commit 2ac1eb1729
1 changed files with 0 additions and 1 deletions

View File

@ -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!"&":