diff --git a/src/switch_core.c b/src/switch_core.c index 626dba442b..dd379f0b7b 100644 --- a/src/switch_core.c +++ b/src/switch_core.c @@ -2898,8 +2898,6 @@ static void handle_fatality(int sig) switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_CRIT, "Caught signal %d for unmapped thread!", sig); abort(); } - - return 0; } #endif