* Revert accidental commit of exceptionhandler in r2952

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@2953 4a71c877-e1ca-e34f-864e-861f7616d084
master
Giel van Schijndel 2007-12-02 00:03:52 +00:00
parent 55526401be
commit 9a0eecb753
1 changed files with 0 additions and 1 deletions

View File

@ -577,7 +577,6 @@ static void posixExceptionHandler(int signum, siginfo_t * siginfo, WZ_DECL_UNUSE
*/
void setupExceptionHandler(const char * programCommand)
{
return;
#if defined(WZ_OS_WIN)
SetUnhandledExceptionFilter(windowsExceptionHandler);
#elif defined(WZ_OS_UNIX) && !defined(WZ_OS_MAC)