mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-07-11 02:16:07 -04:00
Remove unused variable
This commit is contained in:
5
Msg5.cpp
5
Msg5.cpp
@ -348,10 +348,7 @@ bool Msg5::readList ( ) {
|
||||
int32_t niceness = m_niceness;
|
||||
if ( niceness > 0 ) niceness = 2;
|
||||
if ( m_isRealMerge ) niceness = 1;
|
||||
bool allowPageCache = true;
|
||||
// just in case cache is corrupted, do not use it for doing real
|
||||
// merges, also it would kick out good lists we have in there already
|
||||
if ( m_isRealMerge ) allowPageCache = false;
|
||||
|
||||
if ( compute ) {
|
||||
m_msg3.readList ( m_rdbId ,
|
||||
m_collnum ,
|
||||
|
Reference in New Issue
Block a user