Don't remove rebuild from treeIndex as there is no data in it and we're going to delete it anyway

This commit is contained in:
Ai Lin Chia
2016-11-04 12:52:22 +01:00
parent bb26228442
commit 201ab4560a

@ -388,10 +388,6 @@ bool RdbBase::removeRebuildFromFilenames() {
}
}
if (m_useIndexFile) {
removeRebuildFromFilename(m_treeIndex.getFile());
}
// reset all now
reset();