summaryrefslogtreecommitdiff
path: root/src/mongo/util/exception_filter_win32.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/util/exception_filter_win32.cpp')
-rw-r--r--src/mongo/util/exception_filter_win32.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mongo/util/exception_filter_win32.cpp b/src/mongo/util/exception_filter_win32.cpp
index db09154229c..0e61debd48c 100644
--- a/src/mongo/util/exception_filter_win32.cpp
+++ b/src/mongo/util/exception_filter_win32.cpp
@@ -174,10 +174,6 @@ LONG WINAPI exceptionFilter(struct _EXCEPTION_POINTERS* excPointers) {
}
}
-void doMinidump() {
- doMinidumpWithException(NULL);
-}
-
LPTOP_LEVEL_EXCEPTION_FILTER filtLast = 0;
void setWindowsUnhandledExceptionFilter() {