diff --git a/components/crashcatcher/windows_crashcatcher.cpp b/components/crashcatcher/windows_crashcatcher.cpp index 4c3dfa8f6..33ec319aa 100644 --- a/components/crashcatcher/windows_crashcatcher.cpp +++ b/components/crashcatcher/windows_crashcatcher.cpp @@ -178,8 +178,6 @@ namespace Crash sInstance->handleVectoredException(info); _Exit(1); - - return EXCEPTION_CONTINUE_SEARCH; } void CrashCatcher::handleVectoredException(PEXCEPTION_POINTERS info)