mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 21:53:51 +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