Index: Source/wtf/Platform.h |
diff --git a/Source/wtf/Platform.h b/Source/wtf/Platform.h |
index f7f2c8fb8fc36f6306b2be774a9dc8c5fd55be86..5f23782127949fb325d71164d2f6516ef37a2c0e 100644 |
--- a/Source/wtf/Platform.h |
+++ b/Source/wtf/Platform.h |
@@ -418,12 +418,4 @@ |
#define HAVE_VIRTUALALLOC 1 |
#endif |
-#if !defined(ENABLE_THREADING_LIBDISPATCH) && HAVE(DISPATCH_H) |
-#define ENABLE_THREADING_LIBDISPATCH 1 |
-#elif !defined(ENABLE_THREADING_OPENMP) && defined(_OPENMP) |
-#define ENABLE_THREADING_OPENMP 1 |
-#elif !defined(THREADING_GENERIC) |
-#define ENABLE_THREADING_GENERIC 1 |
-#endif |
- |
#endif /* WTF_Platform_h */ |