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