소스 검색

* Fix hints and warnings

Michael Van Canneyt 7 달 전
부모
커밋
3786221f6e
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  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