From 4e8fb0a801f3ace30041020ac750fc93eff24257 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Mon, 17 Jul 2023 23:25:53 +0200 Subject: [PATCH] TypeCheck - Undo incorrect FIXME --- source/tlang/compiler/typecheck/core.d | 3 --- 1 file changed, 3 deletions(-) diff --git a/source/tlang/compiler/typecheck/core.d b/source/tlang/compiler/typecheck/core.d index 4cd96680..a6603a55 100644 --- a/source/tlang/compiler/typecheck/core.d +++ b/source/tlang/compiler/typecheck/core.d @@ -1625,9 +1625,6 @@ public final class TypeChecker /* Add this static initialization to the list of global allocations required */ addInit(clazzStaticInitAllocInstr); - - // FIXME: This shouldn't be presentin here, like, ever - // ... in depgen we should generate it once or something } /* It will pop a bunch of shiiit */ /* TODO: ANy statement */