- Cleaned up
This commit is contained in:
Tristan B. Velloza Kildaire 2024-04-02 21:30:35 +02:00
parent adb6b203d1
commit 638284976a
1 changed files with 0 additions and 2 deletions

View File

@ -32,8 +32,6 @@ public final class Parser
if (!isFine)
{
throw new SyntaxError(this, symbol, token);
// expect("Expected symbol of type " ~ to!(string)(symbol) ~ " but got " ~ to!(
// string)(actualType) ~ " with " ~ token.toString());
}
}