Unknown 6 vuotta sitten
vanhempi
commit
34f589d81a
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  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);