瀏覽代碼

[memoryCache] clean up

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