Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Taudul <wolf@nereid.pl>2022-09-29 21:56:09 +0300
committerBartosz Taudul <wolf@nereid.pl>2022-09-29 22:02:05 +0300
commit73fe208b974118f05d588032ee0b5fbef7fd37ff (patch)
tree93b062f98efd8415f95a368df7da45b8b9587ca3 /capture
parentc8c198cae7d9937b20747790680d6557a7387c80 (diff)
Remove unused variable.
Diffstat (limited to 'capture')
-rw-r--r--capture/src/capture.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/capture/src/capture.cpp b/capture/src/capture.cpp
index c74e0d24..24b40dc6 100644
--- a/capture/src/capture.cpp
+++ b/capture/src/capture.cpp
@@ -267,7 +267,6 @@ int main( int argc, char** argv )
AnsiPrintf( ANSI_BOLD, "\n%sFailure callstack:%s\n" );
auto& cs = worker.GetCallstack( fd.callstack );
int fidx = 0;
- int bidx = 0;
for( auto& entry : cs )
{
auto frameData = worker.GetCallstackFrame( entry );
@@ -299,8 +298,6 @@ int main( int argc, char** argv )
if( match ) continue;
}
- bidx++;
-
if( f == fsz-1 )
{
printf( "%3i. ", fidx++ );