From dfe2ec436a06f0a70350adadf5d35b87b928983f Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Sun, 7 Apr 2024 13:19:00 +0200 Subject: [PATCH] DGen - Removed now-completed TODO --- source/tlang/compiler/codegen/emit/dgen.d | 3 --- 1 file changed, 3 deletions(-) diff --git a/source/tlang/compiler/codegen/emit/dgen.d b/source/tlang/compiler/codegen/emit/dgen.d index 701237f0..45743ee5 100644 --- a/source/tlang/compiler/codegen/emit/dgen.d +++ b/source/tlang/compiler/codegen/emit/dgen.d @@ -1083,9 +1083,6 @@ public final class DCodeEmitter : CodeEmitter { gprintln(format("Emitting extern(...) statements for module %s...", mos.mod())); - // TODO: What about extern (At the T level)??!?! In wonder, those should be relaxed hey - - // Emit public functions foreach(Function func; mos.funcs()) {