summaryrefslogtreecommitdiffstats
path: root/slobrok/src/apps/slobrok/slobrok.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'slobrok/src/apps/slobrok/slobrok.cpp')
-rw-r--r--slobrok/src/apps/slobrok/slobrok.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/slobrok/src/apps/slobrok/slobrok.cpp b/slobrok/src/apps/slobrok/slobrok.cpp
index e69f2df53f0..0588c90d383 100644
--- a/slobrok/src/apps/slobrok/slobrok.cpp
+++ b/slobrok/src/apps/slobrok/slobrok.cpp
@@ -94,10 +94,6 @@ App::Main()
LOG(error, "unknown exception during construction : %s", e.what());
EV_STOPPING("slobrok", "unknown exception during construction");
return 2;
- } catch (...) {
- LOG(error, "unknown exception during construction");
- EV_STOPPING("slobrok", "unknown exception during construction");
- return 3;
}
mainobj.reset();
return res;