Index: src/mips/lithium-codegen-mips.cc |
diff --git a/src/mips/lithium-codegen-mips.cc b/src/mips/lithium-codegen-mips.cc |
index 8a2711f3e28262abaa26778817b4b8fd436f58ec..13dbea287927b1d8999336966ad1cecd8a190f31 100644 |
--- a/src/mips/lithium-codegen-mips.cc |
+++ b/src/mips/lithium-codegen-mips.cc |
@@ -1031,11 +1031,6 @@ void LCodeGen::DoCallStub(LCallStub* instr) { |
ASSERT(ToRegister(instr->context()).is(cp)); |
ASSERT(ToRegister(instr->result()).is(v0)); |
switch (instr->hydrogen()->major_key()) { |
- case CodeStub::RegExpConstructResult: { |
- RegExpConstructResultStub stub; |
- CallCode(stub.GetCode(isolate()), RelocInfo::CODE_TARGET, instr); |
- break; |
- } |
case CodeStub::RegExpExec: { |
RegExpExecStub stub; |
CallCode(stub.GetCode(isolate()), RelocInfo::CODE_TARGET, instr); |