Index: src/platform-posix.cc |
diff --git a/src/platform-posix.cc b/src/platform-posix.cc |
index e9e4161a6265c614165bc66e83111c6877c1d184..87b96e2aae77de139d934fa7d6b7490980439ce3 100644 |
--- a/src/platform-posix.cc |
+++ b/src/platform-posix.cc |
@@ -56,11 +56,6 @@ namespace internal { |
static const pthread_t kNoThread = (pthread_t) 0; |
-unsigned OS::CpuFeaturesImpliedByPlatform() { |
- return 0; // Nothing special. |
-} |
- |
- |
int OS::NumberOfProcessorsOnline() { |
return static_cast<int>(sysconf(_SC_NPROCESSORS_ONLN)); |
} |