| Index: src/mips/full-codegen-mips.cc
|
| diff --git a/src/mips/full-codegen-mips.cc b/src/mips/full-codegen-mips.cc
|
| index 7456510584eb47a72d29a2183b9021c3792ca0e6..4ffd0ea01163fee05390fcf6e3e50931eadf086b 100644
|
| --- a/src/mips/full-codegen-mips.cc
|
| +++ b/src/mips/full-codegen-mips.cc
|
| @@ -3750,7 +3750,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);
|
|
|