Cleaned up

This commit is contained in:
Tristan B. Velloza Kildaire 2022-02-20 16:04:53 +02:00
parent da9bc742e5
commit 475983dd95
1 changed files with 0 additions and 7 deletions

View File

@ -346,13 +346,6 @@ public final class TypeChecker
ulong parmCount = paremeters.length-1;
/* If there are paremeters for this function (as per definition) */
if(!paremeters.length)
{