| Index: src/x87/code-stubs-x87.cc
|
| diff --git a/src/x87/code-stubs-x87.cc b/src/x87/code-stubs-x87.cc
|
| index 8acb800868c402bd208e18eff7905b3ef229947d..aa6583b190b969065e1e76db5e66c00e17dd748c 100644
|
| --- a/src/x87/code-stubs-x87.cc
|
| +++ b/src/x87/code-stubs-x87.cc
|
| @@ -225,14 +225,6 @@ void ToBooleanStub::InitializeInterfaceDescriptor(
|
| }
|
|
|
|
|
| -void ElementsTransitionAndStoreStub::InitializeInterfaceDescriptor(
|
| - CodeStubInterfaceDescriptor* descriptor) {
|
| - Register registers[] = { eax, ebx, ecx, edx };
|
| - descriptor->Initialize(ARRAY_SIZE(registers), registers,
|
| - FUNCTION_ADDR(ElementsTransitionAndStoreIC_Miss));
|
| -}
|
| -
|
| -
|
| void BinaryOpICStub::InitializeInterfaceDescriptor(
|
| CodeStubInterfaceDescriptor* descriptor) {
|
| Register registers[] = { edx, eax };
|
|
|