mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-10 21:38:18 +02:00
* Remove debug file writing
git-svn-id: trunk@42139 -
This commit is contained in:
parent
ad44f618da
commit
8c303d666b
@ -389,7 +389,6 @@ begin
|
||||
Result:=TMemoryStream.Create;
|
||||
P.ParseStream(F,Result);
|
||||
Result.Position:=0;
|
||||
TMemoryStream(Result).SaveToFile('/tmp/opts.xml');
|
||||
finally
|
||||
FreeAndNil(F);
|
||||
FreeAndNil(P);
|
||||
|
Loading…
Reference in New Issue
Block a user