| Index: runtime/vm/flow_graph_compiler_ia32.cc
|
| diff --git a/runtime/vm/flow_graph_compiler_ia32.cc b/runtime/vm/flow_graph_compiler_ia32.cc
|
| index d2ee67e74584ef18dee9bd776b13a5a952956265..729608ff462adb0e593304be39487dd1d7d13192 100644
|
| --- a/runtime/vm/flow_graph_compiler_ia32.cc
|
| +++ b/runtime/vm/flow_graph_compiler_ia32.cc
|
| @@ -1096,15 +1096,6 @@ void FlowGraphCompiler::GenerateCall(TokenPosition token_pos,
|
| }
|
|
|
|
|
| -void FlowGraphCompiler::GeneratePatchableCall(TokenPosition token_pos,
|
| - const StubEntry& stub_entry,
|
| - RawPcDescriptors::Kind kind,
|
| - LocationSummary* locs) {
|
| - // No patchable calls on ia32.
|
| - GenerateCall(token_pos, stub_entry, kind, locs);
|
| -}
|
| -
|
| -
|
| void FlowGraphCompiler::GenerateDartCall(intptr_t deopt_id,
|
| TokenPosition token_pos,
|
| const StubEntry& stub_entry,
|
|
|