summaryrefslogtreecommitdiffstats
path: root/base/debug/debugger_win.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/debug/debugger_win.cc')
-rw-r--r--base/debug/debugger_win.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/base/debug/debugger_win.cc b/base/debug/debugger_win.cc
index 51a067e..d1d47cd 100644
--- a/base/debug/debugger_win.cc
+++ b/base/debug/debugger_win.cc
@@ -106,9 +106,6 @@ void BreakDebugger() {
if (DebugUtil::AreDialogsSuppressed())
_exit(1);
__debugbreak();
-#if defined(NDEBUG)
- _exit(1);
-#endif
}
} // namespace debug