1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-06 15:15:34 +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)