Index: Source/wtf/Compiler.h |
diff --git a/Source/wtf/Compiler.h b/Source/wtf/Compiler.h |
index 1c8e96a0f3e2b1dd30853948e47065620c6c091d..b73d0a6d6eaeb7c09d5a39aa556c9c38dc8c5752 100644 |
--- a/Source/wtf/Compiler.h |
+++ b/Source/wtf/Compiler.h |
@@ -46,8 +46,6 @@ |
/* Specific compiler features */ |
#define WTF_COMPILER_SUPPORTS_CXX_EXPLICIT_CONVERSIONS __has_feature(cxx_explicit_conversions) |
-#define WTF_COMPILER_SUPPORTS_BLOCKS __has_feature(blocks) |
-#define WTF_COMPILER_SUPPORTS_HAS_TRIVIAL_DESTRUCTOR __has_extension(has_trivial_destructor) |
#endif |