Revert "Fix bad merge of D16791 and D16767"

This reverts commit 839c8ecfcd.
This commit is contained in:
Igor Canadi
2014-03-12 09:37:43 -07:00
parent 5ba028c179
commit 2b95dc1542
5 changed files with 33 additions and 108 deletions

View File

@@ -73,12 +73,6 @@ class TransactionLogIterator {
// Can read data from a valid iterator.
virtual bool Valid() = 0;
// IsObsolete() returns true if new log files were created. This usually
// means that the user needs to close the current iterator and create a new
// one to get the newest updates. It should happen only when mem tables are
// flushed.
virtual bool IsObsolete() = 0;
// Moves the iterator to the next WriteBatch.
// REQUIRES: Valid() to be true.
virtual void Next() = 0;