mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 13:49:12 +02:00
* Remove superfluous initialization of local variable. Fixes issue #40917
This commit is contained in:
parent
633f905b79
commit
aec11012e8
@ -1565,7 +1565,6 @@ function InitInheritedComponent(Instance: TComponent; RootAncestor: TClass): Boo
|
|||||||
Var
|
Var
|
||||||
I : Integer;
|
I : Integer;
|
||||||
begin
|
begin
|
||||||
I:=0;
|
|
||||||
if not Assigned(InitHandlerList) then begin
|
if not Assigned(InitHandlerList) then begin
|
||||||
Result := True;
|
Result := True;
|
||||||
Exit;
|
Exit;
|
||||||
|
Loading…
Reference in New Issue
Block a user