Index: src/cpu.h |
diff --git a/src/cpu.h b/src/cpu.h |
index b2e9f7da7ee539581965f7e7991951ee420678b5..b1ca74667d6c835c591d5e3c4864194287135c76 100644 |
--- a/src/cpu.h |
+++ b/src/cpu.h |
@@ -102,11 +102,6 @@ class CPU V8_FINAL BASE_EMBEDDED { |
// Returns the number of processors online. |
static int NumberOfProcessorsOnline(); |
- // Initializes the cpu architecture support. Called once at VM startup. |
- static void SetUp(); |
- |
- static bool SupportsCrankshaft(); |
- |
// Flush instruction cache. |
static void FlushICache(void* start, size_t size); |