Removed assertions which are guaranteed to pass now (since the last fix of 449e878796)

This commit is contained in:
Tristan B. Velloza Kildaire 2022-09-18 21:54:31 +02:00
parent 449e878796
commit 3d54c4deee
1 changed files with 0 additions and 2 deletions

View File

@ -688,8 +688,6 @@ public final class TypeChecker
if(!varDecInstr)
{
addInstr(instr);
assert(varDecInstr is null);
assert(instr);
break;
}
/* If, then make sure related to this class */