| Index: src/ppc/code-stubs-ppc.cc
|
| diff --git a/src/ppc/code-stubs-ppc.cc b/src/ppc/code-stubs-ppc.cc
|
| index 913c92aa7e6fb7a325b53880309a4dd9355a1ad4..2b39234854ecdc84c365aa566fc80f22b2cb6fc0 100644
|
| --- a/src/ppc/code-stubs-ppc.cc
|
| +++ b/src/ppc/code-stubs-ppc.cc
|
| @@ -66,11 +66,6 @@ void ArrayNArgumentsConstructorStub::InitializeDescriptor(
|
| }
|
|
|
|
|
| -void InternalArrayNoArgumentConstructorStub::InitializeDescriptor(
|
| - CodeStubDescriptor* descriptor) {
|
| - InitializeInternalArrayConstructorDescriptor(isolate(), descriptor, 0);
|
| -}
|
| -
|
| void FastArrayPushStub::InitializeDescriptor(CodeStubDescriptor* descriptor) {
|
| Address deopt_handler = Runtime::FunctionForId(Runtime::kArrayPush)->entry;
|
| descriptor->Initialize(r3, deopt_handler, -1, JS_FUNCTION_STUB_MODE);
|
|
|