Exilon пре 5 година
родитељ
комит
ff4ecf4726
1 измењених фајлова са 0 додато и 4 уклоњено
  1. 0 4
      Quick.MemoryCache.pas

+ 0 - 4
Quick.MemoryCache.pas

@@ -742,8 +742,6 @@ end;
 function TMemoryCache.TryGetValue(const aKey: string; out aValue: TArray<string>): Boolean;
 var
   cacheitem : ICacheEntry;
-  flexvalue : TFlexValue;
-  obj : TObject;
 begin
   fLock.BeginRead;
   try
@@ -760,8 +758,6 @@ end;
 function TMemoryCache.TryGetValue(const aKey: string; out aValue: TArray<TObject>): Boolean;
 var
   cacheitem : ICacheEntry;
-  flexvalue : TFlexValue;
-  obj : TObject;
 begin
   fLock.BeginRead;
   try