Skip to content

Commit 0134a47

Browse files
committed
Remove dead code
1 parent 7ae8994 commit 0134a47

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

AsyncLock/AsyncLock.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,6 @@ private bool InnerTryEnter(bool synchronous = false)
256256
{
257257
if (_parent._owningId == UnlockedId)
258258
{
259-
// Obtain a new async stack ID
260-
//_asyncId.Value = Interlocked.Increment(ref AsyncLock.AsyncStackCounter);
261259
_parent._owningId = AsyncLock.AsyncId;
262260
}
263261
else if (_parent._owningId != _oldId)

0 commit comments

Comments
 (0)