Index: src/mark-compact.h |
diff --git a/src/mark-compact.h b/src/mark-compact.h |
index f8488bb00db361900d178486a2e8fe6714780cd0..6420a21fe3b0ac746706bf13605188c80e1bf83e 100644 |
--- a/src/mark-compact.h |
+++ b/src/mark-compact.h |
@@ -642,13 +642,6 @@ class MarkCompactCollector { |
void ProcessNewlyMarkedObject(HeapObject* obj); |
- // Creates back pointers for all map transitions, stores them in |
- // the prototype field. The original prototype pointers are restored |
- // in ClearNonLiveTransitions(). All JSObject maps |
- // connected by map transitions have the same prototype object, which |
- // is why we can use this field temporarily for back pointers. |
- void CreateBackPointers(); |
- |
// Mark a Map and its DescriptorArray together, skipping transitions. |
void MarkMapContents(Map* map); |
void MarkAccessorPairSlot(HeapObject* accessors, int offset); |