summaryrefslogtreecommitdiff
path: root/deps/v8/src/base/debug/stack_trace_win.cc
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/base/debug/stack_trace_win.cc')
-rw-r--r--deps/v8/src/base/debug/stack_trace_win.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/deps/v8/src/base/debug/stack_trace_win.cc b/deps/v8/src/base/debug/stack_trace_win.cc
index 3fe66d97ad..6b22131233 100644
--- a/deps/v8/src/base/debug/stack_trace_win.cc
+++ b/deps/v8/src/base/debug/stack_trace_win.cc
@@ -7,13 +7,6 @@
#include "src/base/debug/stack_trace.h"
-// This file can't use "src/base/win32-headers.h" because it defines symbols
-// that lead to compilation errors. But `NOMINMAX` should be defined to disable
-// defining of the `min` and `max` MACROS.
-#ifndef NOMINMAX
-#define NOMINMAX
-#endif
-
#include <windows.h>
#include <dbghelp.h>
#include <Shlwapi.h>