Revert "catch uncaught exception"

This reverts commit ecff2beafa.
This commit is contained in:
Dennis Luxen 2014-12-18 16:42:14 +01:00
parent ecff2beafa
commit 1c5d093b59

View File

@ -93,10 +93,10 @@ void delete_region(const SharedDataType region)
int main(const int argc, const char *argv[])
{
LogPolicy::GetInstance().Unmute();
SharedBarriers barrier;
try
{
SharedBarriers barrier;
#ifdef __linux__
// try to disable swapping on Linux
const bool lock_flags = MCL_CURRENT | MCL_FUTURE;