| Index: src/global-handles.h
|
| diff --git a/src/global-handles.h b/src/global-handles.h
|
| index ff34821ce7de2d8b1b1059bc46b4b5143f4c0a2d..a06cba0856487f625be72721819fb1342341e46a 100644
|
| --- a/src/global-handles.h
|
| +++ b/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.
|
|
|