summaryrefslogtreecommitdiffstats
path: root/searchcore/src/apps/fdispatch/fdispatch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'searchcore/src/apps/fdispatch/fdispatch.cpp')
-rw-r--r--searchcore/src/apps/fdispatch/fdispatch.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/searchcore/src/apps/fdispatch/fdispatch.cpp b/searchcore/src/apps/fdispatch/fdispatch.cpp
index cd3ef3b7550..0aa16260737 100644
--- a/searchcore/src/apps/fdispatch/fdispatch.cpp
+++ b/searchcore/src/apps/fdispatch/fdispatch.cpp
@@ -113,9 +113,6 @@ FastS_FDispatchApp::Main()
} catch (std::exception &e) {
LOG(error, "got exception during init: %s", e.what());
exitCode = 1;
- } catch (...) {
- LOG(error, "got exception during init");
- exitCode = 1;
}
LOG(debug, "Deleting fdispatch");