Browse Source

* Fix hints and warnings

Michael Van Canneyt 7 tháng trước cách đây
mục cha
commit
3786221f6e
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  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