Index: src/heap.h |
diff --git a/src/heap.h b/src/heap.h |
index 6d12208d21776c3c9d067e9f763c696f375665ad..05b10e2c2a56931773fdc2e32ca38c53c9bcbacd 100644 |
--- a/src/heap.h |
+++ b/src/heap.h |
@@ -1520,9 +1520,6 @@ class Heap { |
// Write barrier support for address[start : start + len[ = o. |
INLINE(void RecordWrites(Address address, int start, int len)); |
- // Given an address occupied by a live code object, return that object. |
- Object* FindCodeObject(Address a); |
- |
enum HeapState { NOT_IN_GC, SCAVENGE, MARK_COMPACT }; |
inline HeapState gc_state() { return gc_state_; } |