Index: src/x64/code-stubs-x64.cc |
diff --git a/src/x64/code-stubs-x64.cc b/src/x64/code-stubs-x64.cc |
index 8852480fdb34a8e3aaf317368c8d36c5cf17101c..2635a04352a972567e3becee9430cf9982d2a238 100644 |
--- a/src/x64/code-stubs-x64.cc |
+++ b/src/x64/code-stubs-x64.cc |
@@ -65,11 +65,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(rax, deopt_handler, -1, JS_FUNCTION_STUB_MODE); |