Index: src/mips/lithium-codegen-mips.cc |
diff --git a/src/mips/lithium-codegen-mips.cc b/src/mips/lithium-codegen-mips.cc |
index 6431100e5ff2303cca7dedea66389838e373e370..612de1b7ecb1519e0d96d84266097c88df2f5869 100644 |
--- a/src/mips/lithium-codegen-mips.cc |
+++ b/src/mips/lithium-codegen-mips.cc |
@@ -3141,7 +3141,6 @@ void LCodeGen::DoLoadKeyedExternalArray(LLoadKeyed* instr) { |
elements_kind == FLOAT32_ELEMENTS || |
elements_kind == EXTERNAL_FLOAT64_ELEMENTS || |
elements_kind == FLOAT64_ELEMENTS) { |
- int base_offset = instr->base_offset(); |
FPURegister result = ToDoubleRegister(instr->result()); |
if (key_is_constant) { |
__ Addu(scratch0(), external_pointer, constant_key << element_size_shift); |