Skip to content

Commit

Permalink
Removed leftover line
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCiliaVincenti authored Apr 22, 2024
1 parent 11a7165 commit 2ea5f34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/EasyCaching.Core/DistributedLock/MemoryLock.cs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ public virtual ValueTask ReleaseAsync()
[MethodImpl(MethodImplOptions.AggressiveInlining)]
private void LockFail()
{
Interlocked.Exchange(ref _releaser, null);
var semaphore = Interlocked.Exchange(ref _releaser, null);

if (semaphore == null) return;
Expand Down

0 comments on commit 2ea5f34

Please sign in to comment.