Browse Source

Remove unused $OUTPUT substtution and empty check of outputexedir.

ccrause 3 years ago
parent
commit
a58567004b
1 changed files with 0 additions and 4 deletions
  1. 0 4
      compiler/systems/t_freertos.pas

+ 0 - 4
compiler/systems/t_freertos.pas

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