summaryrefslogtreecommitdiff
path: root/src/mongo/util/signal_handlers_synchronous_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/util/signal_handlers_synchronous_test.cpp')
-rw-r--r--src/mongo/util/signal_handlers_synchronous_test.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mongo/util/signal_handlers_synchronous_test.cpp b/src/mongo/util/signal_handlers_synchronous_test.cpp
index 39629adebbf..6a9f0929035 100644
--- a/src/mongo/util/signal_handlers_synchronous_test.cpp
+++ b/src/mongo/util/signal_handlers_synchronous_test.cpp
@@ -64,10 +64,6 @@ FATAL_SIGNAL(SIGQUIT)
FATAL_SIGNAL(SIGILL)
FATAL_SIGNAL(SIGABRT)
-#if not defined(__has_feature)
-#define __has_feature(X) 0
-#endif
-
#if !__has_feature(address_sanitizer)
// These signals trip the leak sanitizer
FATAL_SIGNAL(SIGSEGV)