Index: src/heap-snapshot-generator.cc |
diff --git a/src/heap-snapshot-generator.cc b/src/heap-snapshot-generator.cc |
index b9bea7593b2a39997b3bb75bfab42627e267a5af..992945b910aa2305e790d92ae29cc24202517258 100644 |
--- a/src/heap-snapshot-generator.cc |
+++ b/src/heap-snapshot-generator.cc |
@@ -99,11 +99,6 @@ void HeapEntry::SetIndexedReference(HeapGraphEdge::Type type, |
} |
-Handle<HeapObject> HeapEntry::GetHeapObject() { |
- return snapshot_->profiler()->FindHeapObjectById(id()); |
-} |
- |
- |
void HeapEntry::Print( |
const char* prefix, const char* edge_name, int max_depth, int indent) { |
STATIC_CHECK(sizeof(unsigned) == sizeof(id())); |