Martijn Laan vor 5 Jahren
Ursprung
Commit
8b1340a462
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0 1
      Projects/Compile.pas

+ 0 - 1
Projects/Compile.pas

@@ -9219,7 +9219,6 @@ function ISCompileScript(const Params: TCompileScriptParamsEx;
     Data.OutputExeFilename := PChar(SetupCompiler.ExeFilename);
     Data.DebugInfo := SetupCompiler.DebugInfo.Memory;
     Data.DebugInfoSize := SetupCompiler.DebugInfo.Size;
-    Data.PreprocessedScript := PChar(SetupCompiler.PreprocOutput);
     Params.CallbackProc(iscbNotifySuccess, Data, Params.AppData);
   end;