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

Unified Diff: runtime/vm/simulator.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/signal_handler_linux.cc ('k') | runtime/vm/simulator_mips.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/simulator.h
diff --git a/runtime/vm/simulator.h b/runtime/vm/simulator.h
index 6dbdbc61f0616cafe4549234008ab39eef372001..c746d45c5268d7de9131e7b9ac7bfacf5fa81c49 100644
--- a/runtime/vm/simulator.h
+++ b/runtime/vm/simulator.h
@@ -15,8 +15,6 @@
#include "vm/simulator_arm.h"
#elif defined(TARGET_ARCH_ARM64)
#include "vm/simulator_arm64.h"
-#elif defined(TARGET_ARCH_MIPS)
-#include "vm/simulator_mips.h"
#elif defined(TARGET_ARCH_DBC)
#include "vm/simulator_dbc.h"
#else
« no previous file with comments | « runtime/vm/signal_handler_linux.cc ('k') | runtime/vm/simulator_mips.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698