| Index: src/arm64/code-stubs-arm64.cc
|
| diff --git a/src/arm64/code-stubs-arm64.cc b/src/arm64/code-stubs-arm64.cc
|
| index eca6fef59b6552256912ccbe58e4280c3cb05350..4b58d0cd63f9ef974a666fa48aeb68d55170c8dc 100644
|
| --- a/src/arm64/code-stubs-arm64.cc
|
| +++ b/src/arm64/code-stubs-arm64.cc
|
| @@ -71,11 +71,6 @@ static void InitializeInternalArrayConstructorDescriptor(
|
| }
|
|
|
|
|
| -void InternalArrayNoArgumentConstructorStub::InitializeDescriptor(
|
| - CodeStubDescriptor* descriptor) {
|
| - InitializeInternalArrayConstructorDescriptor(isolate(), descriptor, 0);
|
| -}
|
| -
|
| void FastArrayPushStub::InitializeDescriptor(CodeStubDescriptor* descriptor) {
|
| Address deopt_handler = Runtime::FunctionForId(Runtime::kArrayPush)->entry;
|
| descriptor->Initialize(x0, deopt_handler, -1, JS_FUNCTION_STUB_MODE);
|
|
|