Browse Source

* Fix hints and warnings

Michael Van Canneyt 7 months ago
parent
commit
3786221f6e
1 changed files with 0 additions and 3 deletions
  1. 0 3
      packages/rtl/src/rtti.pas

+ 0 - 3
packages/rtl/src/rtti.pas

@@ -1953,9 +1953,6 @@ begin
 end;
 end;
 
 
 function TRttiArrayType.GetDimension(aIndex: SizeInt): TRttiType;
 function TRttiArrayType.GetDimension(aIndex: SizeInt): TRttiType;
-Var
-  I : Integer;
-  Res : TRttiType;
 
 
 begin
 begin
   if (aIndex >= DimensionCount) then
   if (aIndex >= DimensionCount) then