Index: src/x64/lithium-codegen-x64.cc |
diff --git a/src/x64/lithium-codegen-x64.cc b/src/x64/lithium-codegen-x64.cc |
index 5cb2e9c206d39a65661882054c74ea137ff24cb9..a5297cc5c0941323bf9bf28c2b2055f1e5136f58 100644 |
--- a/src/x64/lithium-codegen-x64.cc |
+++ b/src/x64/lithium-codegen-x64.cc |
@@ -952,11 +952,6 @@ void LCodeGen::DoCallStub(LCallStub* instr) { |
ASSERT(ToRegister(instr->context()).is(rsi)); |
ASSERT(ToRegister(instr->result()).is(rax)); |
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); |