From e41e4f6da21d25807a561d6eaa5b58d10779435c Mon Sep 17 00:00:00 2001 From: Stefan Dombrowski Date: Mon, 21 Feb 2011 19:16:12 +0100 Subject: Remove obsolete reset of SIGSEGV handling Reviewed-by: Thorbjorn --- src/account-server/main-account.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/account-server/main-account.cpp') diff --git a/src/account-server/main-account.cpp b/src/account-server/main-account.cpp index b4f4c28b..7c49350b 100644 --- a/src/account-server/main-account.cpp +++ b/src/account-server/main-account.cpp @@ -128,9 +128,6 @@ static void initializeConfiguration(std::string configPath = std::string()) */ static void initialize() { - // Reset to default segmentation fault handling for debugging purposes - signal(SIGSEGV, SIG_DFL); - // Used to close via process signals #if (defined __USE_UNIX98 || defined __FreeBSD__) signal(SIGQUIT, closeGracefully); -- cgit v1.2.3-60-g2f50