Index: src/ic/handler-compiler.h |
diff --git a/src/ic/handler-compiler.h b/src/ic/handler-compiler.h |
index 525889b80b81735b31a3d346ffcc1edfc4744607..380c01b9f18ad52ddf65e6e27ca7c6f371c8df59 100644 |
--- a/src/ic/handler-compiler.h |
+++ b/src/ic/handler-compiler.h |
@@ -283,8 +283,6 @@ class ElementHandlerCompiler : public PropertyHandlerCompiler { |
Isolate* isolate); |
void CompileElementHandlers(MapHandleList* receiver_maps, |
List<Handle<Object>>* handlers); |
- |
- static void GenerateStoreSlow(MacroAssembler* masm); |
}; |
} // namespace internal |
} // namespace v8 |