Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(647)

Unified Diff: runtime/vm/cpuinfo_android.cc

Issue 2858623002: Remove MIPS support (Closed)
Patch Set: Rebase Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: runtime/vm/cpuinfo_android.cc
diff --git a/runtime/vm/cpuinfo_android.cc b/runtime/vm/cpuinfo_android.cc
index 23bca81b59eaf950e0be0d3512137a3fc5e19adc..9e50248fa291646e0fa94819708a604a48061988 100644
--- a/runtime/vm/cpuinfo_android.cc
+++ b/runtime/vm/cpuinfo_android.cc
@@ -32,12 +32,6 @@ void CpuInfo::InitOnce() {
fields_[kCpuInfoHardware] = "Hardware";
fields_[kCpuInfoFeatures] = "Features";
fields_[kCpuInfoArchitecture] = "CPU architecture";
-#elif defined(HOST_ARCH_MIPS)
- fields_[kCpuInfoProcessor] = "system type";
- fields_[kCpuInfoModel] = "cpu model";
- fields_[kCpuInfoHardware] = "cpu model";
- fields_[kCpuInfoFeatures] = "ASEs implemented";
- fields_[kCpuInfoArchitecture] = "CPU architecture";
#else
#error Unrecognized target architecture
#endif

Powered by Google App Engine
This is Rietveld 408576698