mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-07 13:59:17 +00:00
ThreadCompress::Load() doesn't need fileVer.
This commit is contained in:
@@ -18,7 +18,7 @@ void ThreadCompress::InitZero()
|
||||
m_threadExpand.push_back( 0 );
|
||||
}
|
||||
|
||||
void ThreadCompress::Load( FileRead& f, int fileVer )
|
||||
void ThreadCompress::Load( FileRead& f )
|
||||
{
|
||||
assert( m_threadExpand.empty() );
|
||||
assert( m_threadMap.empty() );
|
||||
|
||||
Reference in New Issue
Block a user