From bcb7b942721107eb7978968f76e5ff51bd092119 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Thu, 20 May 2021 02:39:22 +0200 Subject: [PATCH] Tid is not needed. --- client/TracySysTrace.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/TracySysTrace.cpp b/client/TracySysTrace.cpp index ed723828..e64d13a9 100644 --- a/client/TracySysTrace.cpp +++ b/client/TracySysTrace.cpp @@ -979,8 +979,6 @@ static void SetupSampling( int64_t& samplingPeriod ) if( pid == currentPid ) { uint64_t ip; - uint32_t tid; - s_ring[i].Read( &ip, offset, sizeof( uint64_t ) ); QueueType type;