Index: Source/wtf/Platform.h |
diff --git a/Source/wtf/Platform.h b/Source/wtf/Platform.h |
index 1fe86d3de0abf715e3f5f3eab7299c272e16e0f6..e9474500965f0f558692586ddb388ef71e48301b 100644 |
--- a/Source/wtf/Platform.h |
+++ b/Source/wtf/Platform.h |
@@ -167,7 +167,6 @@ |
#endif |
#if OS(DARWIN) |
-#define HAVE_SYS_TIMEB_H 1 |
#define HAVE_DISPATCH_H 1 |
#define HAVE_MADV_FREE 1 |
#define HAVE_PTHREAD_SETNAME_NP 1 |
@@ -175,7 +174,6 @@ |
#endif /* OS(DARWIN) */ |
#if OS(WINDOWS) |
-#define HAVE_SYS_TIMEB_H 1 |
#define HAVE_ALIGNED_MALLOC 1 |
#define HAVE_ISDEBUGGERPRESENT 1 |
#define HAVE_VIRTUALALLOC 1 |