Index: src/mips/interface-descriptors-mips.cc |
diff --git a/src/mips/interface-descriptors-mips.cc b/src/mips/interface-descriptors-mips.cc |
index 98a44ad0907a9be57a257de97315ec0f188103e7..1925e864c747d7e26707da55f5ade85bd2b595f7 100644 |
--- a/src/mips/interface-descriptors-mips.cc |
+++ b/src/mips/interface-descriptors-mips.cc |
@@ -68,27 +68,6 @@ void FastNewClosureDescriptor::InitializePlatformSpecific( |
data->InitializePlatformSpecific(arraysize(registers), registers, NULL); |
} |
-void FastNewRestParameterDescriptor::InitializePlatformSpecific( |
- CallInterfaceDescriptorData* data) { |
- Register registers[] = {a1}; |
- data->InitializePlatformSpecific(arraysize(registers), registers, NULL); |
-} |
- |
- |
-void FastNewSloppyArgumentsDescriptor::InitializePlatformSpecific( |
- CallInterfaceDescriptorData* data) { |
- Register registers[] = {a1}; |
- data->InitializePlatformSpecific(arraysize(registers), registers, NULL); |
-} |
- |
- |
-void FastNewStrictArgumentsDescriptor::InitializePlatformSpecific( |
- CallInterfaceDescriptorData* data) { |
- Register registers[] = {a1}; |
- data->InitializePlatformSpecific(arraysize(registers), registers, NULL); |
-} |
- |
- |
// static |
const Register TypeConversionDescriptor::ArgumentRegister() { return a0; } |