aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-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;
}