Index: src/heap.cc |
diff --git a/src/heap.cc b/src/heap.cc |
index bd6fb27919195e81f60769283f4fb136d5efbf66..4a7e8f2a9af7372f229bb4828387415d5a12fe08 100644 |
--- a/src/heap.cc |
+++ b/src/heap.cc |
@@ -703,16 +703,6 @@ bool Heap::CollectGarbage(AllocationSpace space, |
} |
-int Heap::NotifyContextDisposed() { |
- if (FLAG_parallel_recompilation) { |
- // Flush the queued recompilation tasks. |
- isolate()->optimizing_compiler_thread()->Flush(); |
- } |
- flush_monomorphic_ics_ = true; |
- return ++contexts_disposed_; |
-} |
- |
- |
void Heap::PerformScavenge() { |
GCTracer tracer(this, NULL, NULL); |
if (incremental_marking()->IsStopped()) { |