Index: src/heap/mark-compact.h |
diff --git a/src/heap/mark-compact.h b/src/heap/mark-compact.h |
index c5087b4ea6a0fd1ebb93f13e48d0df7632d798dd..6afb8d6416e12e2b2237fa27eaa02c4a706b2aaf 100644 |
--- a/src/heap/mark-compact.h |
+++ b/src/heap/mark-compact.h |
@@ -641,8 +641,6 @@ class MarkCompactCollector { |
void RefillFreeList(PagedSpace* space); |
- bool AreSweeperThreadsActivated(); |
- |
// Checks if sweeping is in progress right now on any space. |
bool sweeping_in_progress() { return sweeping_in_progress_; } |