Remove commented out code

This commit is contained in:
Ai Lin Chia
2016-09-20 13:17:33 +02:00
parent 6fb567cf0f
commit c4ff31ee71

@ -2416,13 +2416,6 @@ void RdbTree::threadDoneWrapper ( void *state, job_exit_t exit_type ) {
bool RdbTree::fastSave_r() {
if ( g_conf.m_readOnlyMode ) return true;
// recover the file
//BigFile *f = m_saveFile;
// open it up
//if ( ! f->open ( O_RDWR | O_CREAT ) ) {
// log("RdbTree::fastSave_r: %s",mstrerror(g_errno));
// return false;
//}
// cannot use the BigFile class, since we may be in a thread and it
// messes with g_errno
//char *s = m_saveFile->getFilename();