| Index: runtime/vm/runtime_entry_list.h
|
| diff --git a/runtime/vm/runtime_entry_list.h b/runtime/vm/runtime_entry_list.h
|
| index edc0e41a42606caa73954fc2acdcc6e3d4014c8f..7f7cfbc33aed47e80ac0c568a109cc3202dd5886 100644
|
| --- a/runtime/vm/runtime_entry_list.h
|
| +++ b/runtime/vm/runtime_entry_list.h
|
| @@ -18,7 +18,6 @@ namespace dart {
|
| V(FixAllocationStubTarget) \
|
| V(InlineCacheMissHandlerOneArg) \
|
| V(InlineCacheMissHandlerTwoArgs) \
|
| - V(InlineCacheMissHandlerThreeArgs) \
|
| V(StaticCallMissHandlerOneArg) \
|
| V(StaticCallMissHandlerTwoArgs) \
|
| V(Instanceof) \
|
|
|