mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Remove useless assert.
This commit is contained in:
parent
fd41b4927a
commit
be50fb26b5
@ -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++;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user