Index: Source/wtf/Platform.h |
diff --git a/Source/wtf/Platform.h b/Source/wtf/Platform.h |
index 3362866cdc054ad1c0bc2732dccf54cc890ede5e..fa7a6f0e47987f159b929c8e2d287379e7614252 100644 |
--- a/Source/wtf/Platform.h |
+++ b/Source/wtf/Platform.h |
@@ -543,13 +543,6 @@ |
#define WTF_USE_OS_RANDOMNESS 1 |
#endif |
-/* ENABLE macro defaults */ |
- |
-/* FIXME: move out all ENABLE() defines from here to FeatureDefines.h */ |
- |
-/* Include feature macros */ |
-#include <wtf/FeatureDefines.h> |
- |
/* FIXME: When all platforms' compositors can compute their own filter outsets, we should remove this define. |
https://bugs.webkit.org/show_bug.cgi?id=112830 */ |
#if USE(CG) |