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

Unified Diff: runtime/vm/simulator_dbc.cc

Issue 2667963005: Remove unused code for stubs with three checked args (Closed)
Patch Set: Created 3 years, 11 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/runtime_entry_list.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/simulator_dbc.cc
diff --git a/runtime/vm/simulator_dbc.cc b/runtime/vm/simulator_dbc.cc
index b114dc6c83c5f1f9eb2e242735e333bee7f70801..614e61f13b713127d51c25f2b82aedcbee25b6d3 100644
--- a/runtime/vm/simulator_dbc.cc
+++ b/runtime/vm/simulator_dbc.cc
@@ -787,9 +787,6 @@ void Simulator::InlineCacheMiss(int checked_args,
case 2:
handler = DRT_InlineCacheMissHandlerTwoArgs;
break;
- case 3:
- handler = DRT_InlineCacheMissHandlerThreeArgs;
- break;
default:
UNREACHABLE();
break;
« no previous file with comments | « runtime/vm/runtime_entry_list.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698