| Index: src/code-stubs.cc
|
| diff --git a/src/code-stubs.cc b/src/code-stubs.cc
|
| index d179a472ecee71efcaacba4f758a737bbac6b1ca..8be594365033670534ccbdb81947815dbfc521c2 100644
|
| --- a/src/code-stubs.cc
|
| +++ b/src/code-stubs.cc
|
| @@ -2413,15 +2413,6 @@ CallInterfaceDescriptor HandlerStub::GetCallInterfaceDescriptor() const {
|
| }
|
| }
|
|
|
| -
|
| -void RegExpConstructResultStub::InitializeDescriptor(
|
| - CodeStubDescriptor* descriptor) {
|
| - descriptor->Initialize(
|
| - Runtime::FunctionForId(Runtime::kRegExpConstructResult)->entry);
|
| - descriptor->SetMissHandler(Runtime::kRegExpConstructResult);
|
| -}
|
| -
|
| -
|
| void TransitionElementsKindStub::InitializeDescriptor(
|
| CodeStubDescriptor* descriptor) {
|
| descriptor->Initialize(
|
|
|