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 */