diff --git a/dexed-d/src/symlist.d b/dexed-d/src/symlist.d index 6e712e71..e2cdc9e0 100644 --- a/dexed-d/src/symlist.d +++ b/dexed-d/src/symlist.d @@ -136,7 +136,7 @@ static assert (!MustAddGcRange!(SymbolListBuilder!(ListFmt.Pas))); destruct(fmtVisitor); static if (Fmt == ListFmt.Pas) { - //destruct(pasStream); + destruct(pasStream); } } @@ -175,8 +175,6 @@ static assert (!MustAddGcRange!(SymbolListBuilder!(ListFmt.Pas))); static if (Fmt == ListFmt.Pas) { pasStream.put(">\rend"); - import std.stdio; - writeln(pasStream.length); return (FpcArray!char).fromArray(pasStream); } else