Index: src/heap-profiler.cc |
diff --git a/src/heap-profiler.cc b/src/heap-profiler.cc |
index 4f6fdb1122d8c916e9d4f54b1ba96eadd994fe33..e517df4a1a2977d71ff68f320d032346a467aaf9 100644 |
--- a/src/heap-profiler.cc |
+++ b/src/heap-profiler.cc |
@@ -124,11 +124,6 @@ HeapSnapshot* HeapProfiler::GetSnapshot(int index) { |
} |
-HeapSnapshot* HeapProfiler::FindSnapshot(unsigned uid) { |
- return snapshots_->GetSnapshot(uid); |
-} |
- |
- |
SnapshotObjectId HeapProfiler::GetSnapshotObjectId(Handle<Object> obj) { |
if (!obj->IsHeapObject()) |
return v8::HeapProfiler::kUnknownObjectId; |