aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-07-27 09:31:02 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-07-27 09:31:02 +0200
commitc4f40393e585d1a22115259188d2758821643cf3 (patch)
tree57f3bdc9bcd18fc06edbeb4a2bf050bcd9300ef4
parente88ee0b91d795f3c3061c41e53e39c2b30707798 (diff)
Restore exception handling
-rw-r--r--common/threads/driver.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/common/threads/driver.cxx b/common/threads/driver.cxx
index cbfb283..dc4de0d 100644
--- a/common/threads/driver.cxx
+++ b/common/threads/driver.cxx
@@ -121,16 +121,11 @@ struct task
}
}
}
- catch (int)
- {
- }
- /*
catch (const odb::exception& e)
{
cerr << e.what () << endl;
return reinterpret_cast<void*> (1);
}
- */
return 0;
}