Skip to content

Commit 4ce15f2

Browse files
committed
clean up
1 parent 9c50a6e commit 4ce15f2

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Quick.AutoMapper.pas

-1
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,6 @@ destructor TAutoMapper<TClass1, TClass2>.Destroy;
373373

374374
function TAutoMapper<TClass1, TClass2>.Map(aSrcObj: TClass1): TClass2;
375375
var
376-
objvalue : TValue;
377376
obj : TObject;
378377
begin
379378
obj := aSrcObj as TObject;

Quick.MemoryCache.pas

-1
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,6 @@ procedure TMemoryCache<T>.SetValue(const aKey: string; aValue: T; aExpirationMil
500500

501501
procedure TMemoryCache<T>.SetValue(const aKey: string; aValue: T; aExpirationMilliseconds : Integer; aExpirationDate : TDateTime);
502502
var
503-
serialized : string;
504503
cacheitem : TCacheEntry;
505504
begin
506505
fLock.BeginWrite;

0 commit comments

Comments
 (0)