Explorar o código

* Fix hints and warnings

Michael Van Canneyt hai 7 meses
pai
achega
3786221f6e
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  1. 0 3
      packages/rtl/src/rtti.pas

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

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