[block] remove flush() method

This commit is contained in:
Joe Thornber
2011-08-31 13:19:55 +01:00
parent 6d37d86d55
commit 2973c64e00
2 changed files with 0 additions and 15 deletions

View File

@@ -149,12 +149,6 @@ namespace persistent_data {
typename validator::ptr v =
typename validator::ptr(new noop_validator()));
// If you aren't using a superblock, then this flush method
// will write all dirty data. Throws if any locks are
// held.
// FIXME: do we need this?
void flush();
block_address get_nr_blocks() const;
private: