void functions shouldn't return values.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4030 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2007-01-23 12:50:20 +00:00
parent 8089d8ce22
commit bb2bbf827e
1 changed files with 0 additions and 2 deletions

View File

@ -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