Index: src/ic/x87/ic-x87.cc |
diff --git a/src/ic/x87/ic-x87.cc b/src/ic/x87/ic-x87.cc |
index 964b525bab9ac68507fa1b3a601acb7242b8bbea..9db5591df4d2016e22090f3d89eaa95e5cc3c278 100644 |
--- a/src/ic/x87/ic-x87.cc |
+++ b/src/ic/x87/ic-x87.cc |
@@ -708,15 +708,6 @@ void KeyedLoadIC::GenerateRuntimeGetProperty(MacroAssembler* masm) { |
__ TailCallRuntime(Runtime::kKeyedGetProperty); |
} |
- |
-void StoreIC::GenerateMegamorphic(MacroAssembler* masm) { |
- // This shouldn't be called. |
- // TODO(mvstanton): remove this method. |
- __ int3(); |
- return; |
-} |
- |
- |
static void StoreIC_PushArgs(MacroAssembler* masm) { |
Register receiver = StoreDescriptor::ReceiverRegister(); |
Register name = StoreDescriptor::NameRegister(); |