Chromium Code Reviews| Index: runtime/vm/flow_graph_compiler_arm.cc |
| =================================================================== |
| --- runtime/vm/flow_graph_compiler_arm.cc (revision 19997) |
| +++ runtime/vm/flow_graph_compiler_arm.cc (working copy) |
| @@ -573,7 +573,6 @@ |
| Address FlowGraphCompiler::ExternalElementAddressForIntIndex( |
| - intptr_t cid, |
| intptr_t index_scale, |
| Register array, |
| intptr_t index) { |
| @@ -583,7 +582,6 @@ |
| Address FlowGraphCompiler::ExternalElementAddressForRegIndex( |
| - intptr_t cid, |
| intptr_t index_scale, |
| Register array, |
| Register index) { |