| Index: runtime/vm/stub_code_arm.cc
|
| ===================================================================
|
| --- runtime/vm/stub_code_arm.cc (revision 39965)
|
| +++ runtime/vm/stub_code_arm.cc (working copy)
|
| @@ -1510,12 +1510,6 @@
|
| }
|
|
|
|
|
| -void StubCode::GenerateClosureCallInlineCacheStub(Assembler* assembler) {
|
| - GenerateNArgsCheckInlineCacheStub(assembler, 1,
|
| - kInlineCacheMissHandlerOneArgRuntimeEntry, Token::kILLEGAL);
|
| -}
|
| -
|
| -
|
| // Intermediary stub between a static call and its target. ICData contains
|
| // the target function and the call count.
|
| // R5: ICData
|
|
|