Chromium Code Reviews| Index: src/heap/mark-compact.h |
| diff --git a/src/heap/mark-compact.h b/src/heap/mark-compact.h |
| index 1b399f3c5eef19661ec5ff3275f109c8f563e49b..b1ad5b8a80ee6547e9a03708a473a46c913822ce 100644 |
| --- a/src/heap/mark-compact.h |
| +++ b/src/heap/mark-compact.h |
| @@ -655,8 +655,6 @@ class MarkCompactCollector { |
| // to artificially keep AllocationSites alive for a time. |
| void MarkAllocationSite(AllocationSite* site); |
| - bool IsMarkingDequeEmpty(); |
| - |
| private: |
| class SweeperTask; |