| Index: src/sweeper-thread.h
|
| diff --git a/src/sweeper-thread.h b/src/sweeper-thread.h
|
| index 96255a0972af61b37543dc294018e01ff2d30073..3f7917b03fe1a52a3053e13e8b7b8cb8f234d150 100644
|
| --- a/src/sweeper-thread.h
|
| +++ b/src/sweeper-thread.h
|
| @@ -49,7 +49,6 @@ class SweeperThread : public Thread {
|
| void Stop();
|
| void StartSweeping();
|
| void WaitForSweeperThread();
|
| - intptr_t StealMemory(PagedSpace* space);
|
|
|
| static int NumberOfThreads(int max_available);
|
|
|
| @@ -60,10 +59,6 @@ class SweeperThread : public Thread {
|
| Semaphore start_sweeping_semaphore_;
|
| Semaphore end_sweeping_semaphore_;
|
| Semaphore stop_semaphore_;
|
| - FreeList free_list_old_data_space_;
|
| - FreeList free_list_old_pointer_space_;
|
| - FreeList private_free_list_old_data_space_;
|
| - FreeList private_free_list_old_pointer_space_;
|
| volatile AtomicWord stop_thread_;
|
| };
|
|
|
|
|