mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-07-13 02:36:06 -04:00
Removed obsolete and incorrect comment
This commit is contained in:
@ -5930,7 +5930,6 @@ static void initWeights ( ) {
|
||||
logTrace(g_conf.m_logTracePosdb, "BEGIN.");
|
||||
|
||||
for ( int32_t i = 0 ; i <= MAXDIVERSITYRANK ; i++ ) {
|
||||
// disable for now
|
||||
s_diversityWeights[i] = scale_quadratic(i,0,MAXDIVERSITYRANK,g_conf.m_diversityWeightMin,g_conf.m_diversityWeightMax);
|
||||
}
|
||||
// density rank to weight
|
||||
|
Reference in New Issue
Block a user