浏览代码

- removed commented out code for executing WASI dllcmd[2]

Nikolay Nikolov 3 年之前
父节点
当前提交
2a33948521
共有 1 个文件被更改,包括 0 次插入10 次删除
  1. 0 10
      compiler/systems/t_wasi.pas

+ 0 - 10
compiler/systems/t_wasi.pas

@@ -166,11 +166,6 @@ begin
   Replace(cmdstr,'$GCSECTIONS',GCSectionsStr);
   Replace(cmdstr,'$GCSECTIONS',GCSectionsStr);
   success:=DoExec(FindUtil(utilsprefix+binstr),cmdstr,true,false);
   success:=DoExec(FindUtil(utilsprefix+binstr),cmdstr,true,false);
 
 
-  //SplitBinCmd(Info.DllCmd[2],binstr,cmdstr);
-  //Replace(cmdstr,'$INPUT',current_module.objfilename );
-  //Replace(cmdstr,'$EXE',maybequoted(current_module.exefilename));
-  //DoExec(FindUtil(utilsprefix+binstr),cmdstr,false,false);
-
   MakeExecutable:=success;
   MakeExecutable:=success;
 end;
 end;
 
 
@@ -233,11 +228,6 @@ begin
   writeln(utilsprefix+binstr,' ',cmdstr);
   writeln(utilsprefix+binstr,' ',cmdstr);
   success:=DoExec(FindUtil(utilsprefix+binstr),cmdstr,true,false);
   success:=DoExec(FindUtil(utilsprefix+binstr),cmdstr,true,false);
 
 
-  //SplitBinCmd(Info.DllCmd[2],binstr,cmdstr);
-  //Replace(cmdstr,'$INPUT',current_module.objfilename );
-  //Replace(cmdstr,'$EXE',maybequoted(current_module.exefilename));
-  //DoExec(FindUtil(utilsprefix+binstr),cmdstr,false,false);
-
   MakeSharedLibrary:=success;
   MakeSharedLibrary:=success;
 end;
 end;