ThreadCompress::Load() doesn't need fileVer.

This commit is contained in:
Bartosz Taudul
2023-04-16 17:17:07 +02:00
parent f60e51c91b
commit 1c13c1ee8f
3 changed files with 4 additions and 4 deletions

View File

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