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:
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++ );