Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index f9e416a809d57cfb00079ccee01db7a4eb81f860..4fbc710443c4bbddd03d767bfdf1915b12878349 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -8305,10 +8305,6 @@ class AllocationMemento: public Struct { |
DECLARE_PRINTER(AllocationMemento) |
DECLARE_VERIFIER(AllocationMemento) |
- // Returns NULL if no AllocationMemento is available for object. |
- static AllocationMemento* FindForHeapObject(HeapObject* object, |
- Heap* heap, |
- bool in_GC = false); |
static inline AllocationMemento* cast(Object* obj); |
private: |