| Index: src/heap-profiler.h
|
| diff --git a/src/heap-profiler.h b/src/heap-profiler.h
|
| index 1ed73b9ca692803019650b57264d14fae5f429a1..4869404495d696c475829e50b333e15793a7e680 100644
|
| --- a/src/heap-profiler.h
|
| +++ b/src/heap-profiler.h
|
| @@ -65,7 +65,6 @@ class HeapProfiler {
|
| SnapshotObjectId PushHeapObjectsStats(OutputStream* stream);
|
| int GetSnapshotsCount();
|
| HeapSnapshot* GetSnapshot(int index);
|
| - HeapSnapshot* FindSnapshot(unsigned uid);
|
| SnapshotObjectId GetSnapshotObjectId(Handle<Object> obj);
|
| void DeleteAllSnapshots();
|
|
|
|
|