mirror of https://gitlab.com/basile.b/dexed.git
cleanup
This commit is contained in:
parent
25074446f2
commit
e9770a0be0
|
@ -136,7 +136,7 @@ static assert (!MustAddGcRange!(SymbolListBuilder!(ListFmt.Pas)));
|
||||||
destruct(fmtVisitor);
|
destruct(fmtVisitor);
|
||||||
static if (Fmt == ListFmt.Pas)
|
static if (Fmt == ListFmt.Pas)
|
||||||
{
|
{
|
||||||
//destruct(pasStream);
|
destruct(pasStream);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -175,8 +175,6 @@ static assert (!MustAddGcRange!(SymbolListBuilder!(ListFmt.Pas)));
|
||||||
static if (Fmt == ListFmt.Pas)
|
static if (Fmt == ListFmt.Pas)
|
||||||
{
|
{
|
||||||
pasStream.put(">\rend");
|
pasStream.put(">\rend");
|
||||||
import std.stdio;
|
|
||||||
writeln(pasStream.length);
|
|
||||||
return (FpcArray!char).fromArray(pasStream);
|
return (FpcArray!char).fromArray(pasStream);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue