summaryrefslogtreecommitdiffstats
path: root/o3d/breakpad/win/exception_handler_win32.cc
diff options
context:
space:
mode:
Diffstat (limited to 'o3d/breakpad/win/exception_handler_win32.cc')
-rw-r--r--o3d/breakpad/win/exception_handler_win32.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/o3d/breakpad/win/exception_handler_win32.cc b/o3d/breakpad/win/exception_handler_win32.cc
index 70a2607..c51eab0 100644
--- a/o3d/breakpad/win/exception_handler_win32.cc
+++ b/o3d/breakpad/win/exception_handler_win32.cc
@@ -198,7 +198,6 @@ static bool MinidumpCallback(const wchar_t *minidump_folder,
void ExceptionManager::StartMonitoring() {
-#ifdef O3D_ENABLE_BREAKPAD
if (exception_handler_) { return; } // don't init more than once
wchar_t temp_path[MAX_PATH];
@@ -208,5 +207,4 @@ void ExceptionManager::StartMonitoring() {
FilterCallback,
MinidumpCallback,
this, true);
-#endif
}