- Removed now-completed TODO
This commit is contained in:
Tristan B. Velloza Kildaire 2024-04-07 13:19:00 +02:00
parent c439019665
commit dfe2ec436a
1 changed files with 0 additions and 3 deletions

View File

@ -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())
{