Explorar el Código

Remove unused $OUTPUT substtution and empty check of outputexedir.

ccrause hace 3 años
padre
commit
a58567004b
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  1. 0 4
      compiler/systems/t_freertos.pas

+ 0 - 4
compiler/systems/t_freertos.pas

@@ -975,9 +975,6 @@ begin
   success:=true;
   Result:=false;
 
-  if outputexedir='' then
-    outputexedir:='.';
-
 {$ifdef XTENSA}
   { generate a sdkconfig.h if none is provided,
     only a few fields are provided to far }
@@ -1251,7 +1248,6 @@ begin
     end;
 
   Replace(Info.ExeCmd[1],'$IDF_PATH',idfpath);
-  Replace(Info.ExeCmd[1],'$OUTPUT',outputexedir);
 {$endif XTENSA}
 
   FixedExeFileName:=maybequoted(ScriptFixFileName(ChangeFileExt(current_module.exefilename,'.elf')));