forked from Mirrors/privacore-open-source-search-engine
Removed declaration of unimplemented methods
This commit is contained in:
10
Clusterdb.h
10
Clusterdb.h
@ -53,16 +53,6 @@ public:
|
||||
|
||||
Rdb *getRdb ( ) { return &m_rdb; };
|
||||
|
||||
// make the cluster rec
|
||||
void makeRecFromTitleRec ( char *rec,
|
||||
class TitleRec *titleRec,
|
||||
bool isDelKey );
|
||||
|
||||
// make the cluster rec
|
||||
void makeRecFromTitleRecKey ( char *rec,
|
||||
char *key,
|
||||
bool isDelKey );
|
||||
|
||||
// make the cluster rec key
|
||||
key_t makeClusterRecKey ( int64_t docId,
|
||||
bool familyFilter,
|
||||
|
7
Msg4.h
7
Msg4.h
@ -58,13 +58,6 @@ class Msg4 {
|
||||
// why wasn't this saved in addsinprogress.dat file?
|
||||
~Msg4() { if ( m_inUse ) log("BAD: MSG4 in use!!!!!!"); };
|
||||
|
||||
// injecting into the "test" collection likes to flush the buffers
|
||||
// after each injection to make sure the data is available for
|
||||
// following injections
|
||||
bool flush ( void *state ,
|
||||
void (* callback)(void *state) ,
|
||||
int32_t niceness );
|
||||
|
||||
// private:
|
||||
|
||||
void (*m_callback ) ( void *state );
|
||||
|
Reference in New Issue
Block a user