Removed unused SList

This commit is contained in:
Tristan B. Velloza Kildaire 2022-10-15 22:01:41 +02:00
parent 268f4bb48f
commit b09a247413
1 changed files with 0 additions and 3 deletions

View File

@ -792,9 +792,6 @@ public final class TypeChecker
private void doTypeCheck(DNode[] actionList)
{
/* Resource stack */
SList!(DNode) resStack;
/* Klaar list */
/* TODO: Add */