1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Tid is not needed.

This commit is contained in:
Bartosz Taudul 2021-05-20 02:39:22 +02:00
parent 5a7e9cdbdd
commit bcb7b94272
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -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;