Index: runtime/vm/intrinsifier_mips.cc |
diff --git a/runtime/vm/intrinsifier_mips.cc b/runtime/vm/intrinsifier_mips.cc |
index 73d9ccdeaf444cc71493b48b36aa54604fb41ccf..a571c2049663a18391c83fb77625ec5e64c25f77 100644 |
--- a/runtime/vm/intrinsifier_mips.cc |
+++ b/runtime/vm/intrinsifier_mips.cc |
@@ -2136,8 +2136,6 @@ void Intrinsifier::JSRegExp_ExecuteMatch(Assembler* assembler) { |
// Registers are now set up for the lazy compile stub. It expects the function |
// in T0, the argument descriptor in S4, and IC-Data in S5. |
- static const intptr_t arg_count = RegExpMacroAssembler::kParamCount; |
- __ LoadObject(S4, Array::Handle(ArgumentsDescriptor::New(arg_count))); |
__ mov(S5, ZR); |
// Tail-call the function. |