| Index: src/ia32/code-stubs-ia32.cc
|
| diff --git a/src/ia32/code-stubs-ia32.cc b/src/ia32/code-stubs-ia32.cc
|
| index 9b2c51e99b875b4bfb68db4729e01156661f5ff5..5f1864712ff2c7a83e9db3195ac7590ebbaf16ab 100644
|
| --- a/src/ia32/code-stubs-ia32.cc
|
| +++ b/src/ia32/code-stubs-ia32.cc
|
| @@ -34,11 +34,6 @@ void ArrayNArgumentsConstructorStub::Generate(MacroAssembler* masm) {
|
| __ TailCallRuntime(Runtime::kNewArray);
|
| }
|
|
|
| -void FastArrayPushStub::InitializeDescriptor(CodeStubDescriptor* descriptor) {
|
| - Address deopt_handler = Runtime::FunctionForId(Runtime::kArrayPush)->entry;
|
| - descriptor->Initialize(eax, deopt_handler, -1, JS_FUNCTION_STUB_MODE);
|
| -}
|
| -
|
| void FastFunctionBindStub::InitializeDescriptor(
|
| CodeStubDescriptor* descriptor) {
|
| Address deopt_handler = Runtime::FunctionForId(Runtime::kFunctionBind)->entry;
|
|
|