Index: src/ia32/cpu-ia32.cc |
diff --git a/src/ia32/cpu-ia32.cc b/src/ia32/cpu-ia32.cc |
index 5fb04fc727282324a3ce103835939870010e5b7d..3ea70f2922759452b1040f08efcae16cd00df909 100644 |
--- a/src/ia32/cpu-ia32.cc |
+++ b/src/ia32/cpu-ia32.cc |
@@ -41,16 +41,6 @@ |
namespace v8 { |
namespace internal { |
-void CPU::SetUp() { |
- CpuFeatures::Probe(); |
-} |
- |
- |
-bool CPU::SupportsCrankshaft() { |
- return CpuFeatures::IsSupported(SSE2); |
-} |
- |
- |
void CPU::FlushICache(void* start, size_t size) { |
// No need to flush the instruction cache on Intel. On Intel instruction |
// cache flushing is only necessary when multiple cores running the same |