Index: src/spaces.h |
diff --git a/src/spaces.h b/src/spaces.h |
index ed68000aac0ca9f47ce541247d18516d8d9b69a2..3f8e395676649820cdd322ee16ae1196e2b9978e 100644 |
--- a/src/spaces.h |
+++ b/src/spaces.h |
@@ -1698,9 +1698,6 @@ class PagedSpace : public Space { |
// Releases an unused page and shrinks the space. |
void ReleasePage(Page* page); |
- // Releases all of the unused pages. |
- void ReleaseAllUnusedPages(); |
- |
// The dummy page that anchors the linked list of pages. |
Page* anchor() { return &anchor_; } |