Remove Exceptions since OS X does not catch them. Instead, it waits for the signal.

This commit is contained in:
Steve Checkoway
2004-09-07 13:44:06 +00:00
parent 1e036b76fd
commit f08a2d00c9
5 changed files with 0 additions and 81 deletions
@@ -307,13 +307,6 @@ static void child_process()
}
break;
}
#if defined(DARWIN)
case CrashData::OSX_EXCEPTION:
reason = ExceptionName( crash.kind );
break;
#endif
case CrashData::FORCE_CRASH_THIS_THREAD:
case CrashData::FORCE_CRASH_DEADLOCK:
crash.reason[ sizeof(crash.reason)-1] = 0;