| Index: src/compiler/linkage.cc
|
| diff --git a/src/compiler/linkage.cc b/src/compiler/linkage.cc
|
| index a460f4a980bd19db7dd688b9677bc2916077ed58..8fed5e108467b83e837c0543f0c9cc82d630ed5d 100644
|
| --- a/src/compiler/linkage.cc
|
| +++ b/src/compiler/linkage.cc
|
| @@ -280,11 +280,6 @@ CallDescriptor* Linkage::GetStubCallDescriptor(
|
| }
|
|
|
|
|
| -CallDescriptor* Linkage::GetSimplifiedCDescriptor(Zone* zone,
|
| - const MachineSignature* sig) {
|
| - UNIMPLEMENTED();
|
| - return NULL;
|
| -}
|
| #endif // !V8_TURBOFAN_BACKEND
|
| } // namespace compiler
|
| } // namespace internal
|
|
|