summaryrefslogtreecommitdiff
path: root/deps/v8/src/global-handles.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/global-handles.h')
-rw-r--r--deps/v8/src/global-handles.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/deps/v8/src/global-handles.h b/deps/v8/src/global-handles.h
index ff34821ce7..a06cba0856 100644
--- a/deps/v8/src/global-handles.h
+++ b/deps/v8/src/global-handles.h
@@ -215,13 +215,6 @@ class GlobalHandles {
// handles.
void SetRetainedObjectInfo(UniqueId id, RetainedObjectInfo* info);
- // Add an implicit references' group.
- // Should be only used in GC callback function before a collection.
- // All groups are destroyed after a mark-compact collection.
- void AddImplicitReferences(HeapObject** parent,
- Object*** children,
- size_t length);
-
// Adds an implicit reference from a group to an object. Should be only used
// in GC callback function before a collection. All implicit references are
// destroyed after a mark-compact collection.