diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-07-27 09:31:02 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-07-27 09:31:02 +0200 |
commit | c4f40393e585d1a22115259188d2758821643cf3 (patch) | |
tree | 57f3bdc9bcd18fc06edbeb4a2bf050bcd9300ef4 /common/threads | |
parent | e88ee0b91d795f3c3061c41e53e39c2b30707798 (diff) |
Restore exception handling
Diffstat (limited to 'common/threads')
-rw-r--r-- | common/threads/driver.cxx | 5 |
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; } |