Index: include/v8-profiler.h |
diff --git a/include/v8-profiler.h b/include/v8-profiler.h |
index 8e6251aca50c2be9ce979d301dcd89d3829887f5..df3bd9ff6b30b77c84482288ff6b3b9b04602193 100644 |
--- a/include/v8-profiler.h |
+++ b/include/v8-profiler.h |
@@ -415,9 +415,6 @@ class V8EXPORT HeapProfiler { |
/** Returns a snapshot by index. */ |
const HeapSnapshot* GetHeapSnapshot(int index); |
- /** Returns a profile by uid. */ |
- V8_DEPRECATED(const HeapSnapshot* FindHeapSnapshot(unsigned uid)); |
- |
/** |
* Returns SnapshotObjectId for a heap object referenced by |value| if |
* it has been seen by the heap profiler, kUnknownObjectId otherwise. |