| Index: src/heap/spaces.h
|
| diff --git a/src/heap/spaces.h b/src/heap/spaces.h
|
| index 7d379490d9323f61f0d607453d5e8d11d76fab81..990e15f469131685e8168d1f1e6cd90a245d3b54 100644
|
| --- a/src/heap/spaces.h
|
| +++ b/src/heap/spaces.h
|
| @@ -2066,8 +2066,6 @@ class PagedSpace : public Space {
|
| Page* FirstPage() { return anchor_.next_page(); }
|
| Page* LastPage() { return anchor_.prev_page(); }
|
|
|
| - void EvictEvacuationCandidatesFromLinearAllocationArea();
|
| -
|
| bool CanExpand(size_t size);
|
|
|
| // Returns the number of total pages in this space.
|
|
|