mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Remove useless assert.
This commit is contained in:
@@ -817,7 +817,6 @@ static void UpdateLockCountLockable( LockMap& lockmap, size_t pos )
|
||||
tl->lockingThread = lockingThread;
|
||||
tl->waitList = waitList;
|
||||
tl->lockCount = lockCount;
|
||||
assert( tl->lockingThread == lockingThread );
|
||||
pos++;
|
||||
}
|
||||
}
|
||||
@@ -893,7 +892,6 @@ static void UpdateLockCountSharedLockable( LockMap& lockmap, size_t pos )
|
||||
tl->waitList = waitList;
|
||||
tl->sharedList = sharedList;
|
||||
tl->lockCount = lockCount;
|
||||
assert( tl->lockingThread == lockingThread );
|
||||
pos++;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user