Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 1ee31b6dee9c58f8a9c41b36c6210577ebf75bca..b7df34adccabddf9f84e45245addedfbc85c297f 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -6565,8 +6565,6 @@ class JSFunction: public JSObject { |
// can be shared by instances. |
DECL_ACCESSORS(shared, SharedFunctionInfo) |
- inline SharedFunctionInfo* unchecked_shared(); |
- |
// [context]: The context for this function. |
inline Context* context(); |
inline Object* unchecked_context(); |