- Removed now-completed TODO
This commit is contained in:
Tristan B. Velloza Kildaire 2023-07-17 10:55:32 +02:00
parent 0b3a06efde
commit 4cae2bb6ce
1 changed files with 0 additions and 1 deletions

View File

@ -2008,7 +2008,6 @@ public final class Parser
return statement;
}
// TODO: This ic currently dead code and ought to be used/implemented
private Statement parseStatement(SymbolType terminatingSymbol = SymbolType.SEMICOLON)
{
gprintln("parseStatement(): Enter", DebugType.WARNING);