Index: src/arm64/cpu-arm64.h |
diff --git a/src/arm64/cpu-arm64.h b/src/arm64/cpu-arm64.h |
index ec3b19dc8472f5a18a39692eaf693ddc9c18a3cc..4f7b499791f6215a118d7d061c3675ff860170e2 100644 |
--- a/src/arm64/cpu-arm64.h |
+++ b/src/arm64/cpu-arm64.h |
@@ -61,20 +61,11 @@ class CpuFeatures : public AllStatic { |
static bool SupportsCrankshaft() { return true; } |
private: |
- // Return the content of the cache type register. |
- static uint32_t GetCacheType(); |
- |
- // I and D cache line size in bytes. |
- static unsigned icache_line_size_; |
- static unsigned dcache_line_size_; |
- |
#ifdef DEBUG |
static bool initialized_; |
#endif |
// This isn't used (and is always 0), but it is required by V8. |
- static unsigned found_by_runtime_probing_only_; |
- |
static unsigned cross_compile_; |
friend class PlatformFeatureScope; |