1
0
Fork 1
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:
Andrei Kortunov 2021-04-19 15:38:02 +04:00
parent 0cadc97fb3
commit 2009916dd8

View file

@ -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)