Index: src/heap-profiler.cc |
diff --git a/src/heap-profiler.cc b/src/heap-profiler.cc |
index 6b159a98a338c7b2704ed924a59bc401f8425663..c0016fbd2b9f3a3ecc30c7eef328c3f8af46be7a 100644 |
--- a/src/heap-profiler.cc |
+++ b/src/heap-profiler.cc |
@@ -171,13 +171,6 @@ void HeapProfiler::StopHeapAllocationsRecording() { |
} |
-void HeapProfiler::RecordObjectAllocationFromMasm(Isolate* isolate, |
- Address obj, |
- int size) { |
- isolate->heap_profiler()->NewObjectEvent(obj, size); |
-} |
- |
- |
void HeapProfiler::DropCompiledCode() { |
Isolate* isolate = heap()->isolate(); |
HandleScope scope(isolate); |