mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 14:44:34 +00:00
Don't write what is never read.
This commit is contained in:
parent
fa815f3c3b
commit
88cb43ad84
@ -77,7 +77,6 @@ void View::DrawThread( const TimelineContext& ctx, const ThreadData& thread, con
|
||||
{
|
||||
const auto lockDepth = DrawLocks( ctx, lockDraw, thread.id, offset, m_nextLockHighlight );
|
||||
offset += sstep * lockDepth;
|
||||
depth += lockDepth;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user