mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-07-15 02:36:08 -04:00
removed dead code (duplicate < 0 check) in Msg5::getList
This commit is contained in:
3
Msg5.cpp
3
Msg5.cpp
@ -208,9 +208,6 @@ bool Msg5::getList ( rdbid_t rdbId,
|
||||
// sanity
|
||||
if ( ! list ) gbshutdownLogicError();
|
||||
|
||||
// warning
|
||||
if ( collnum < 0 ) log(LOG_LOGIC,"net: bad collection. msg5.");
|
||||
|
||||
// . reset the provided list
|
||||
// . this will not free any mem it may have alloc'd but it will set
|
||||
// m_listSize to 0 so list->isEmpty() will return true
|
||||
|
Reference in New Issue
Block a user