mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-06 14:45:35 +00:00
Fix dead code
This commit is contained in:
parent
0cadc97fb3
commit
2009916dd8
1 changed files with 0 additions and 2 deletions
|
@ -178,8 +178,6 @@ namespace Crash
|
||||||
sInstance->handleVectoredException(info);
|
sInstance->handleVectoredException(info);
|
||||||
|
|
||||||
_Exit(1);
|
_Exit(1);
|
||||||
|
|
||||||
return EXCEPTION_CONTINUE_SEARCH;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void CrashCatcher::handleVectoredException(PEXCEPTION_POINTERS info)
|
void CrashCatcher::handleVectoredException(PEXCEPTION_POINTERS info)
|
||||||
|
|
Loading…
Reference in a new issue