mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-07-08 01:46:08 -04:00
Remove no-op method registerMsgHandler3
This commit is contained in:
6
main.cpp
6
main.cpp
@ -87,7 +87,6 @@
|
||||
bool registerMsgHandlers ( ) ;
|
||||
bool registerMsgHandlers1 ( ) ;
|
||||
bool registerMsgHandlers2 ( ) ;
|
||||
bool registerMsgHandlers3 ( ) ;
|
||||
|
||||
static void dumpTitledb (const char *coll, int32_t sfn, int32_t numFiles, bool includeTree,
|
||||
int64_t docId , bool justPrintDups );
|
||||
@ -2758,7 +2757,6 @@ static int install ( install_flag_konst_t installFlag, int32_t hostId, char *dir
|
||||
bool registerMsgHandlers ( ) {
|
||||
if (! registerMsgHandlers1()) return false;
|
||||
if (! registerMsgHandlers2()) return false;
|
||||
if (! registerMsgHandlers3()) return false;
|
||||
if ( ! g_pingServer.registerHandler() ) return false;
|
||||
|
||||
// in SpiderProxy.cpp...
|
||||
@ -2795,10 +2793,6 @@ bool registerMsgHandlers2(){
|
||||
return true;
|
||||
}
|
||||
|
||||
bool registerMsgHandlers3(){
|
||||
return true;
|
||||
}
|
||||
|
||||
#include "Rdb.h"
|
||||
#include "Xml.h"
|
||||
|
||||
|
Reference in New Issue
Block a user