| Index: src/mark-compact.h
|
| diff --git a/src/mark-compact.h b/src/mark-compact.h
|
| index 442ad1d98c39ec810948f8a8c9924ddf4fb5c46e..66ffd1953526423aae23a7f17786895fd95001fb 100644
|
| --- a/src/mark-compact.h
|
| +++ b/src/mark-compact.h
|
| @@ -638,9 +638,6 @@ class MarkCompactCollector {
|
| // Marks the object black. This is for non-incremental marking.
|
| INLINE(void SetMark(HeapObject* obj, MarkBit mark_bit));
|
|
|
| - // Clears the cache of ICs related to this map.
|
| - INLINE(void ClearCacheOnMap(Map* map));
|
| -
|
| void ProcessNewlyMarkedObject(HeapObject* obj);
|
|
|
| // Creates back pointers for all map transitions, stores them in
|
|
|