| Index: src/mips/full-codegen-mips.cc
|
| diff --git a/src/mips/full-codegen-mips.cc b/src/mips/full-codegen-mips.cc
|
| index 657bee86570eaf5094dd86cd33ab18c66ff6551d..778d140b0142ff2fcaf192c34452bfdd81fbabdb 100644
|
| --- a/src/mips/full-codegen-mips.cc
|
| +++ b/src/mips/full-codegen-mips.cc
|
| @@ -3646,7 +3646,6 @@ void FullCodeGenerator::EmitFastAsciiArrayJoin(CallRuntime* expr) {
|
| Register scratch1 = t3;
|
| Register scratch2 = t5;
|
| Register scratch3 = t4;
|
| - Register scratch4 = v1;
|
|
|
| // Separator operand is on the stack.
|
| __ pop(separator);
|
|
|