mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
ThreadCompress::Load() doesn't need fileVer.
This commit is contained in:
@@ -755,8 +755,8 @@ Worker::Worker( FileRead& f, EventType::Type eventMask, bool bgTasks )
|
||||
}
|
||||
}
|
||||
|
||||
m_data.localThreadCompress.Load( f, fileVer );
|
||||
m_data.externalThreadCompress.Load( f, fileVer );
|
||||
m_data.localThreadCompress.Load( f );
|
||||
m_data.externalThreadCompress.Load( f );
|
||||
|
||||
f.Read( sz );
|
||||
for( uint64_t i=0; i<sz; i++ )
|
||||
|
||||
Reference in New Issue
Block a user