Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
exilon committed Feb 29, 2024
1 parent 9c50a6e commit 4ce15f2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Quick.AutoMapper.pas
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,6 @@ destructor TAutoMapper<TClass1, TClass2>.Destroy;

function TAutoMapper<TClass1, TClass2>.Map(aSrcObj: TClass1): TClass2;
var
objvalue : TValue;
obj : TObject;
begin
obj := aSrcObj as TObject;
Expand Down
1 change: 0 additions & 1 deletion Quick.MemoryCache.pas
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,6 @@ procedure TMemoryCache<T>.SetValue(const aKey: string; aValue: T; aExpirationMil

procedure TMemoryCache<T>.SetValue(const aKey: string; aValue: T; aExpirationMilliseconds : Integer; aExpirationDate : TDateTime);
var
serialized : string;
cacheitem : TCacheEntry;
begin
fLock.BeginWrite;
Expand Down

0 comments on commit 4ce15f2

Please sign in to comment.