From d0fd550a7fbf1a6d1da0a81e13d62629174cb796 Mon Sep 17 00:00:00 2001 From: Joe Thornber Date: Fri, 2 Mar 2012 10:44:23 +0000 Subject: [PATCH] do not throw in a destructor, idiot --- restore_emitter.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/restore_emitter.cc b/restore_emitter.cc index 2db15bd..9c7de30 100644 --- a/restore_emitter.cc +++ b/restore_emitter.cc @@ -33,9 +33,6 @@ namespace { } virtual ~restorer() { - if (in_superblock_) { - throw runtime_error("still in superblock"); - } } virtual void begin_superblock(std::string const &uuid,