Index: Source/wtf/Platform.h |
diff --git a/Source/wtf/Platform.h b/Source/wtf/Platform.h |
index 4d7c4e751868e32207003d697ed2fbf1309e5447..dca945a912726bd8960be6c75807df916bc3d5e1 100644 |
--- a/Source/wtf/Platform.h |
+++ b/Source/wtf/Platform.h |
@@ -156,13 +156,7 @@ |
#if OS(DARWIN) |
#define HAVE_DISPATCH_H 1 |
-#define HAVE_MADV_FREE 1 |
#define HAVE_PTHREAD_SETNAME_NP 1 |
-#define HAVE_MADV_FREE_REUSE 1 |
#endif /* OS(DARWIN) */ |
-#if OS(WINDOWS) |
-#define HAVE_VIRTUALALLOC 1 |
-#endif |
- |
#endif /* WTF_Platform_h */ |