| Index: src/mips/interface-descriptors-mips.cc
|
| diff --git a/src/mips/interface-descriptors-mips.cc b/src/mips/interface-descriptors-mips.cc
|
| index 1925e864c747d7e26707da55f5ade85bd2b595f7..eb47d1cb27866ca550387c60cc6307a09c18c242 100644
|
| --- a/src/mips/interface-descriptors-mips.cc
|
| +++ b/src/mips/interface-descriptors-mips.cc
|
| @@ -196,14 +196,6 @@ void AllocateHeapNumberDescriptor::InitializePlatformSpecific(
|
| data->InitializePlatformSpecific(0, nullptr, nullptr);
|
| }
|
|
|
| -#define SIMD128_ALLOC_DESC(TYPE, Type, type, lane_count, lane_type) \
|
| - void Allocate##Type##Descriptor::InitializePlatformSpecific( \
|
| - CallInterfaceDescriptorData* data) { \
|
| - data->InitializePlatformSpecific(0, nullptr, nullptr); \
|
| - }
|
| -SIMD128_TYPES(SIMD128_ALLOC_DESC)
|
| -#undef SIMD128_ALLOC_DESC
|
| -
|
| void ArrayConstructorDescriptor::InitializePlatformSpecific(
|
| CallInterfaceDescriptorData* data) {
|
| // kTarget, kNewTarget, kActualArgumentsCount, kAllocationSite
|
|
|