reduce SignalHandler dependency on StepMania.cpp

This commit is contained in:
Glenn Maynard
2004-03-12 01:09:38 +00:00
parent 14f6a6f510
commit 6ba7f1d2e6
3 changed files with 48 additions and 17 deletions
@@ -446,12 +446,6 @@ static void do_backtrace( const void **buf, size_t size )
void CrashSignalHandler( int signal )
{
#if !defined(BACKTRACE_METHOD_POWERPC_DARWIN)
/* Don't dump a debug file if the user just hit ^C. */
if( signal == SIGINT || signal == SIGTERM || signal == SIGHUP )
return;
#endif
if( g_pCrashHandlerArgv0 )
{
safe_print(fileno(stderr), "Crash handler failed: CrashHandlerHandleArgs was not called\n", NULL);