1
0
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:
Bartosz Taudul
2022-09-29 20:56:09 +02:00
parent c8c198cae7
commit 73fe208b97
3 changed files with 0 additions and 9 deletions
-3
View File
@@ -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 )