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
@@ -12,11 +12,6 @@ void InitializeCrashHandler();
#include <ucontext.h>
void CrashSignalHandler( int signal, siginfo_t *si, const ucontext_t *uc );
#if defined(DARWIN)
#include <MachineExceptions.h>
OSStatus CrashExceptionHandler( ExceptionInformation *e );
#endif
#endif
/*