Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
MESYETI committed Dec 8, 2024
1 parent afa5a17 commit 1ddd6a7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions source/compiler.d
Original file line number Diff line number Diff line change
Expand Up @@ -179,12 +179,6 @@ class CompilerBackend {

NewConst(format("%s.sizeOf", node.name), offset);
types ~= Type(node.name, offset, true, entries);

if (node.name == "Vector") {
foreach (ref entry ; entries) {
writeln(entry);
}
}
}

void CompileEnum(EnumNode node) {
Expand Down

0 comments on commit 1ddd6a7

Please sign in to comment.