mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 14:49:18 +02:00
* Removed unused local var.
git-svn-id: trunk@10652 -
This commit is contained in:
parent
20a12503b8
commit
f82028ec50
@ -579,7 +579,7 @@ procedure TWriter.WriteChildren(Component : TComponent);
|
|||||||
Var
|
Var
|
||||||
SRoot, SRootA : TComponent;
|
SRoot, SRootA : TComponent;
|
||||||
SList : TStringList;
|
SList : TStringList;
|
||||||
SPos,SPosA : Integer;
|
SPos : Integer;
|
||||||
I : Integer;
|
I : Integer;
|
||||||
|
|
||||||
begin
|
begin
|
||||||
@ -590,7 +590,6 @@ begin
|
|||||||
SRootA:=FRootAncestor;
|
SRootA:=FRootAncestor;
|
||||||
SList:=FAncestors;
|
SList:=FAncestors;
|
||||||
SPos:=FCurrentPos;
|
SPos:=FCurrentPos;
|
||||||
SPosA:=FAncestorPos;
|
|
||||||
try
|
try
|
||||||
FAncestors:=Nil;
|
FAncestors:=Nil;
|
||||||
FCurrentPos:=0;
|
FCurrentPos:=0;
|
||||||
|
Loading…
Reference in New Issue
Block a user