From c4f40393e585d1a22115259188d2758821643cf3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 27 Jul 2012 09:31:02 +0200 Subject: Restore exception handling --- common/threads/driver.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'common') 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 (1); } - */ return 0; } -- cgit v1.1