2
0
Unknown 6 жил өмнө
parent
commit
34f589d81a

+ 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);