Index: src/ia32/interface-descriptors-ia32.cc |
diff --git a/src/ia32/interface-descriptors-ia32.cc b/src/ia32/interface-descriptors-ia32.cc |
index 8a701130481d0237f8f49ea24abb7397f7d15220..3ec08b8ac7bb82d69bae0876538082e251d1a93c 100644 |
--- a/src/ia32/interface-descriptors-ia32.cc |
+++ b/src/ia32/interface-descriptors-ia32.cc |
@@ -428,15 +428,6 @@ |
data->InitializePlatformSpecific(arraysize(registers), registers); |
} |
-void AtomicsLoadDescriptor::InitializePlatformSpecific( |
- CallInterfaceDescriptorData* data) { |
- Register registers[] = { |
- edx, // the typedarray object |
- eax // the index to load (untagged) |
- }; |
- data->InitializePlatformSpecific(arraysize(registers), registers); |
-} |
- |
} // namespace internal |
} // namespace v8 |