mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Remove unused variable.
This commit is contained in:
@@ -384,7 +384,6 @@ bool View::Draw()
|
||||
|
||||
auto& cs = s_instance->m_worker.GetCallstack( data.callstack );
|
||||
int fidx = 0;
|
||||
int bidx = 0;
|
||||
for( auto& entry : cs )
|
||||
{
|
||||
auto frameData = s_instance->m_worker.GetCallstackFrame( entry );
|
||||
@@ -432,8 +431,6 @@ bool View::Draw()
|
||||
if( match ) continue;
|
||||
}
|
||||
|
||||
bidx++;
|
||||
|
||||
ImGui::TableNextRow();
|
||||
ImGui::TableNextColumn();
|
||||
if( f == fsz-1 )
|
||||
|
||||
Reference in New Issue
Block a user