Index: Source/wtf/NumberOfCores.cpp |
diff --git a/Source/wtf/NumberOfCores.cpp b/Source/wtf/NumberOfCores.cpp |
index 0d4e237b01ac4abf4f5c497c02c41aa5af4c7930..3318ac76d3ba1e6a829507b8c9ea224ab2e546c5 100644 |
--- a/Source/wtf/NumberOfCores.cpp |
+++ b/Source/wtf/NumberOfCores.cpp |
@@ -26,7 +26,7 @@ |
#include "config.h" |
#include "NumberOfCores.h" |
-#if OS(MACOSX) || OS(OPENBSD) || OS(NETBSD) || OS(FREEBSD) |
+#if OS(MACOSX) || OS(OPENBSD) || OS(FREEBSD) |
#include <sys/param.h> |
// sys/types.h must come before sys/sysctl.h because the latter uses |
// data types defined in the former. See sysctl(3) and style(9). |