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

View File

@@ -31,7 +31,6 @@ void View::DrawCallstackTable( uint32_t callstack, bool globalEntriesButton )
{
std::ostringstream s;
int fidx = 0;
int bidx = 0;
for( auto& entry : cs )
{
char buf[64*1024];
@@ -65,8 +64,6 @@ void View::DrawCallstackTable( uint32_t callstack, bool globalEntriesButton )
if( match ) continue;
}
bidx++;
if( f == fsz-1 )
{
ptr += sprintf( ptr, "%3i. ", fidx++ );