* Remove superfluous initialization of local variable. Fixes issue

This commit is contained in:
Michaël Van Canneyt 2024-09-13 16:09:21 +02:00
parent 633f905b79
commit aec11012e8

View File

@ -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;