Index: src/compiler/linkage.cc |
diff --git a/src/compiler/linkage.cc b/src/compiler/linkage.cc |
index 71a669510bd9e44ed25fbb7f66d7982e7e1f6e7f..b74091e21720fe38f418899ff9dcc8011ac0b608 100644 |
--- a/src/compiler/linkage.cc |
+++ b/src/compiler/linkage.cc |
@@ -94,27 +94,6 @@ FrameOffset Linkage::GetFrameOffset(int spill_slot, Frame* frame, |
} |
-CallDescriptor* Linkage::GetJSCallDescriptor( |
- int parameter_count, CallDescriptor::Flags flags) const { |
- return GetJSCallDescriptor(zone_, false, parameter_count, flags); |
-} |
- |
- |
-CallDescriptor* Linkage::GetRuntimeCallDescriptor( |
- Runtime::FunctionId function, int parameter_count, |
- Operator::Properties properties) const { |
- return GetRuntimeCallDescriptor(zone_, function, parameter_count, properties); |
-} |
- |
- |
-CallDescriptor* Linkage::GetStubCallDescriptor( |
- const CallInterfaceDescriptor& descriptor, int stack_parameter_count, |
- CallDescriptor::Flags flags, Operator::Properties properties) const { |
- return GetStubCallDescriptor(isolate_, zone_, descriptor, |
- stack_parameter_count, flags, properties); |
-} |
- |
- |
// static |
bool Linkage::NeedsFrameState(Runtime::FunctionId function) { |
if (!FLAG_turbo_deoptimization) { |