- removed unused comment

This commit is contained in:
Nikolay Nikolov 2022-02-16 02:31:01 +02:00
parent ef4255c65b
commit ae17e6acb6

View File

@ -95,7 +95,6 @@ end;
procedure tlinkerwasi.SetDefaultInfo;
begin
Info.DllCmd[1] := 'wasm-ld $SONAME $GCSECTIONS $MAP -o $EXE';
//Info.DllCmd[2] := 'wasmtool --exportrename $INPUT $EXE';
end;
procedure tlinkerwasi.InitSysInitUnitName;