do not throw in a destructor, idiot

This commit is contained in:
Joe Thornber 2012-03-02 10:44:23 +00:00
parent 606c25d828
commit d0fd550a7f

View File

@ -33,9 +33,6 @@ namespace {
} }
virtual ~restorer() { virtual ~restorer() {
if (in_superblock_) {
throw runtime_error("still in superblock");
}
} }
virtual void begin_superblock(std::string const &uuid, virtual void begin_superblock(std::string const &uuid,