Remove unused RdbTree::getBytesWritten_unlocked & RdbTree::getBytesRead_unlocked

This commit is contained in:
Ai Lin Chia
2017-06-07 16:51:09 +02:00
parent e85847f303
commit 775e06f937

@ -217,9 +217,6 @@ private:
static void saveWrapper(void *state);
static void saveDoneWrapper(void *state, job_exit_t exit_type);
int64_t getBytesWritten_unlocked() const { return m_bytesWritten; }
int64_t getBytesRead_unlocked() const { return m_bytesRead; }
// . get the node whose key is <= "key"
int32_t getPrevNode_unlocked(collnum_t collnum, const char *key) const;