mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-27 10:52:50 +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;
|
Result:=TMemoryStream.Create;
|
||||||
P.ParseStream(F,Result);
|
P.ParseStream(F,Result);
|
||||||
Result.Position:=0;
|
Result.Position:=0;
|
||||||
TMemoryStream(Result).SaveToFile('/tmp/opts.xml');
|
|
||||||
finally
|
finally
|
||||||
FreeAndNil(F);
|
FreeAndNil(F);
|
||||||
FreeAndNil(P);
|
FreeAndNil(P);
|
||||||
|
Loading…
Reference in New Issue
Block a user