Index: src/mips64/interface-descriptors-mips64.cc |
diff --git a/src/mips64/interface-descriptors-mips64.cc b/src/mips64/interface-descriptors-mips64.cc |
index 2fb7a7c16ea115e44742a16f7acec996e0a1b375..192c7d3b111aed12c11c451857d842823e94492f 100644 |
--- a/src/mips64/interface-descriptors-mips64.cc |
+++ b/src/mips64/interface-descriptors-mips64.cc |
@@ -395,18 +395,6 @@ |
} |
-void InterpreterPushArgsAndConstructDescriptor::InitializePlatformSpecific( |
- CallInterfaceDescriptorData* data) { |
- Register registers[] = { |
- a0, // argument count (not including receiver) |
- a3, // original constructor |
- a1, // constructor to call |
- a2 // address of the first argument |
- }; |
- data->InitializePlatformSpecific(arraysize(registers), registers); |
-} |
- |
- |
void InterpreterCEntryDescriptor::InitializePlatformSpecific( |
CallInterfaceDescriptorData* data) { |
Register registers[] = { |