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

Unified Diff: runtime/vm/cpu.h

Issue 2858623002: Remove MIPS support (Closed)
Patch Set: Merge and cleanup Created 3 years, 6 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
« no previous file with comments | « runtime/vm/constants_mips.h ('k') | runtime/vm/cpu_mips.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/cpu.h
diff --git a/runtime/vm/cpu.h b/runtime/vm/cpu.h
index cdd0c25888fdd53457ee3ccbe18f60bb73a65ff9..1ebb2bfddf7a2ea677566fffbb0a0a1c12b3d461 100644
--- a/runtime/vm/cpu.h
+++ b/runtime/vm/cpu.h
@@ -31,8 +31,6 @@ class CPU : public AllStatic {
#include "vm/cpu_arm.h"
#elif defined(TARGET_ARCH_ARM64)
#include "vm/cpu_arm64.h"
-#elif defined(TARGET_ARCH_MIPS)
-#include "vm/cpu_mips.h"
#elif defined(TARGET_ARCH_DBC)
#include "vm/cpu_dbc.h"
#else
« no previous file with comments | « runtime/vm/constants_mips.h ('k') | runtime/vm/cpu_mips.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698