mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 16:29:27 +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
|
||||
I : Integer;
|
||||
begin
|
||||
I:=0;
|
||||
if not Assigned(InitHandlerList) then begin
|
||||
Result := True;
|
||||
Exit;
|
||||
|
Loading…
Reference in New Issue
Block a user