mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 23:21:57 +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
|
||||
SRoot, SRootA : TComponent;
|
||||
SList : TStringList;
|
||||
SPos,SPosA : Integer;
|
||||
SPos : Integer;
|
||||
I : Integer;
|
||||
|
||||
begin
|
||||
@ -590,7 +590,6 @@ begin
|
||||
SRootA:=FRootAncestor;
|
||||
SList:=FAncestors;
|
||||
SPos:=FCurrentPos;
|
||||
SPosA:=FAncestorPos;
|
||||
try
|
||||
FAncestors:=Nil;
|
||||
FCurrentPos:=0;
|
||||
|
Loading…
Reference in New Issue
Block a user