From 2009916dd8507bb270522aa462771401229972f9 Mon Sep 17 00:00:00 2001 From: Andrei Kortunov Date: Mon, 19 Apr 2021 15:38:02 +0400 Subject: [PATCH] Fix dead code --- components/crashcatcher/windows_crashcatcher.cpp | 2 -- 1 file changed, 2 deletions(-) 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)