Index: src/ic/handler-compiler.cc |
diff --git a/src/ic/handler-compiler.cc b/src/ic/handler-compiler.cc |
index bbc5cd126590b86adf46a724eb880bb764d5ddf5..5c747c10ff2055d4391d620e802e2d8307816e6f 100644 |
--- a/src/ic/handler-compiler.cc |
+++ b/src/ic/handler-compiler.cc |
@@ -388,11 +388,5 @@ void ElementHandlerCompiler::CompileElementHandlers( |
handlers->Add(cached_stub); |
} |
} |
- |
- |
-void ElementHandlerCompiler::GenerateStoreDictionaryElement( |
- MacroAssembler* masm) { |
- KeyedStoreIC::GenerateSlow(masm); |
-} |
} |
} // namespace v8::internal |