mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Return value is not used.
This commit is contained in:
parent
759fd15c03
commit
625d380f7a
@ -325,7 +325,7 @@ Worker::Worker( const std::string& program, const std::vector<ImportEventTimelin
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
auto td = NoticeThread( v.tid );
|
auto td = NoticeThread( v.tid );
|
||||||
td->zoneIdStack.back_and_pop();
|
td->zoneIdStack.pop_back();
|
||||||
auto& stack = td->stack;
|
auto& stack = td->stack;
|
||||||
auto zone = stack.back_and_pop();
|
auto zone = stack.back_and_pop();
|
||||||
zone->SetEnd( v.timestamp );
|
zone->SetEnd( v.timestamp );
|
||||||
|
Loading…
Reference in New Issue
Block a user