| Index: src/s390/code-stubs-s390.cc
|
| diff --git a/src/s390/code-stubs-s390.cc b/src/s390/code-stubs-s390.cc
|
| index b902feff0fad75121d7a0eaad8ae529247cf4e30..a6b5247423bca7c897862a1e54626a26ee6ed795 100644
|
| --- a/src/s390/code-stubs-s390.cc
|
| +++ b/src/s390/code-stubs-s390.cc
|
| @@ -32,12 +32,6 @@ void ArrayNArgumentsConstructorStub::Generate(MacroAssembler* masm) {
|
| __ TailCallRuntime(Runtime::kNewArray);
|
| }
|
|
|
| -void FastFunctionBindStub::InitializeDescriptor(
|
| - CodeStubDescriptor* descriptor) {
|
| - Address deopt_handler = Runtime::FunctionForId(Runtime::kFunctionBind)->entry;
|
| - descriptor->Initialize(r2, deopt_handler, -1, JS_FUNCTION_STUB_MODE);
|
| -}
|
| -
|
| static void EmitIdenticalObjectComparison(MacroAssembler* masm, Label* slow,
|
| Condition cond);
|
| static void EmitSmiNonsmiComparison(MacroAssembler* masm, Register lhs,
|
|
|