Removed unused PosdbTable::m_numSlots

This commit is contained in:
Ivan Skytte Jørgensen
2017-06-09 13:43:04 +02:00
parent abe22bb633
commit 28cdc30632
2 changed files with 0 additions and 3 deletions

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