summaryrefslogtreecommitdiff
path: root/compiler-rt/lib/ubsan/ubsan_platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/lib/ubsan/ubsan_platform.h')
-rw-r--r--compiler-rt/lib/ubsan/ubsan_platform.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler-rt/lib/ubsan/ubsan_platform.h b/compiler-rt/lib/ubsan/ubsan_platform.h
index 002ecf32a59..8ba253bfe57 100644
--- a/compiler-rt/lib/ubsan/ubsan_platform.h
+++ b/compiler-rt/lib/ubsan/ubsan_platform.h
@@ -18,8 +18,6 @@
(defined(__x86_64__) || defined(__i386__) || defined(__arm__) || \
defined(__aarch64__) || defined(__mips__) || defined(__powerpc64__))
# define CAN_SANITIZE_UB 1
-#elif defined(_WIN32)
-# define CAN_SANITIZE_UB 1
#else
# define CAN_SANITIZE_UB 0
#endif