summaryrefslogtreecommitdiffstats
path: root/src/mips/full-codegen-mips.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mips/full-codegen-mips.cc')
-rw-r--r--src/mips/full-codegen-mips.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mips/full-codegen-mips.cc b/src/mips/full-codegen-mips.cc
index 657bee86..778d140b 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);