* Fix hints and warnings

This commit is contained in:
Michael Van Canneyt 2025-02-07 09:55:03 +01:00
parent 1c36ead825
commit 3786221f6e

View File

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