Removed declaration of unimplemented methods

This commit is contained in:
Ivan Skytte Jørgensen
2016-04-29 10:48:26 +02:00
parent cb3d818c65
commit f4c1eb4622
2 changed files with 0 additions and 17 deletions

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

@ -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 );