Explorar el Código

- removed unused comment

Nikolay Nikolov hace 3 años
padre
commit
ae17e6acb6
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      compiler/systems/t_wasi.pas

+ 0 - 1
compiler/systems/t_wasi.pas

@@ -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;