Remove no-op method registerMsgHandler3

This commit is contained in:
Ai Lin Chia
2016-12-16 12:34:49 +01:00
parent 3fd7073bc1
commit 1f16b65cce

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