Browse Source

* Remove unused variable

michael 4 years ago
parent
commit
a697c3c12a
1 changed files with 0 additions and 4 deletions
  1. 0 4
      packages/rtl/rtti.pas

+ 0 - 4
packages/rtl/rtti.pas

@@ -790,8 +790,6 @@ begin
 end;
 
 procedure TValue.SetArrayElement(aIndex: SizeInt; const AValue: TValue);
-var
-  ValueTypeInfo: TTypeInfo;
 
 begin
   if IsArray then
@@ -972,8 +970,6 @@ function TRttiStructuredType.GetDeclaredMethods: TRttiMethodArray;
 var
   A, MethodCount: Integer;
 
-  BaseClass: TRttiStructuredType;
-
 begin
   if not Assigned(FMethods) then
   begin