mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-07-17 02:56:07 -04:00
Removed unused PosdbTable::m_numSlots
This commit is contained in:
@ -94,7 +94,6 @@ void PosdbTable::reset() {
|
||||
m_siteRankMultiplier = 0.0;
|
||||
m_addListsTime = 0;
|
||||
m_t2 = 0;
|
||||
m_numSlots = 0;
|
||||
m_maxScores = 0;
|
||||
m_collnum = 0;
|
||||
m_qpos = NULL;
|
||||
|
@ -137,8 +137,6 @@ class PosdbTable {
|
||||
int64_t m_t1 ;
|
||||
int64_t m_t2 ;
|
||||
|
||||
int32_t m_numSlots;
|
||||
|
||||
int32_t m_maxScores;
|
||||
|
||||
collnum_t m_collnum;
|
||||
|
Reference in New Issue
Block a user