Unknown 6 years ago
parent
commit
34f589d81a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Quick.Json.Serializer.pas

+ 0 - 1
Quick.Json.Serializer.pas

@@ -844,7 +844,6 @@ end;
 function TRTTIJson.GetPropertyValue(Instance : TObject; const PropertyName : string) : TValue;
 var
   pinfo : PPropInfo;
-  enum : Integer;
 begin
   Result := nil;
   pinfo := GetPropInfo(Instance,PropertyName);