remove empty destructor

This commit is contained in:
Joe Thornber 2014-08-07 15:42:10 +01:00
parent 936e14441f
commit 1d12d0ff8e
1 changed files with 0 additions and 3 deletions

View File

@ -17,9 +17,6 @@ namespace {
clean_shutdown_(clean_shutdown) {
}
virtual ~restorer() {
}
virtual void begin_superblock(std::string const &uuid,
pd::block_address block_size,
pd::block_address nr_cache_blocks,