Index: src/x87/code-stubs-x87.cc |
diff --git a/src/x87/code-stubs-x87.cc b/src/x87/code-stubs-x87.cc |
index ed1ccd7486e5fa07743e3c12b6df6dee9ac4befb..02c9f15b37bd0a004d6a3e58374a147d7f8b4834 100644 |
--- a/src/x87/code-stubs-x87.cc |
+++ b/src/x87/code-stubs-x87.cc |
@@ -92,34 +92,6 @@ void RegExpConstructResultStub::InitializeInterfaceDescriptor( |
} |
-void LoadFieldStub::InitializeInterfaceDescriptor( |
- CodeStubInterfaceDescriptor* descriptor) { |
- Register registers[] = { edx }; |
- descriptor->Initialize(ARRAY_SIZE(registers), registers); |
-} |
- |
- |
-void KeyedLoadFieldStub::InitializeInterfaceDescriptor( |
- CodeStubInterfaceDescriptor* descriptor) { |
- Register registers[] = { edx }; |
- descriptor->Initialize(ARRAY_SIZE(registers), registers); |
-} |
- |
- |
-void StringLengthStub::InitializeInterfaceDescriptor( |
- CodeStubInterfaceDescriptor* descriptor) { |
- Register registers[] = { edx, ecx }; |
- descriptor->Initialize(ARRAY_SIZE(registers), registers); |
-} |
- |
- |
-void KeyedStringLengthStub::InitializeInterfaceDescriptor( |
- CodeStubInterfaceDescriptor* descriptor) { |
- Register registers[] = { edx, ecx }; |
- descriptor->Initialize(ARRAY_SIZE(registers), registers); |
-} |
- |
- |
void KeyedStoreFastElementStub::InitializeInterfaceDescriptor( |
CodeStubInterfaceDescriptor* descriptor) { |
Register registers[] = { edx, ecx, eax }; |