mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Remove unused variable.
This commit is contained in:
parent
ca4483ecf5
commit
f1ac7e9d49
@ -302,7 +302,7 @@ View::View( FileRead& f )
|
||||
m_messages.reserve( sz );
|
||||
for( uint64_t i=0; i<sz; i++ )
|
||||
{
|
||||
uint64_t ptr, tsz;
|
||||
uint64_t ptr;
|
||||
f.Read( &ptr, sizeof( ptr ) );
|
||||
auto msgdata = m_slab.Alloc<MessageData>();
|
||||
f.Read( msgdata, sizeof( *msgdata ) );
|
||||
|
Loading…
Reference in New Issue
Block a user