remove Database::flush

This commit is contained in:
KaFai Choi
2022-03-23 10:58:05 +07:00
committed by KaFai Choi
parent 17d0ae0f71
commit e68d3b9e63
6 changed files with 1 additions and 23 deletions

View File

@@ -449,10 +449,6 @@ impl Database for MemoryDatabase {
Ok(*value)
}
fn flush(&mut self) -> Result<(), Error> {
Ok(())
}
}
impl BatchDatabase for MemoryDatabase {