| Index: src/heap.h
|
| diff --git a/src/heap.h b/src/heap.h
|
| index 48761e8c65529b15c8b5edf7c584d4a1554f2efc..0bfa9bb20fb33516dbb153478b4d86ef1650e6e2 100644
|
| --- a/src/heap.h
|
| +++ b/src/heap.h
|
| @@ -1549,12 +1549,6 @@ class Heap {
|
| return &incremental_marking_;
|
| }
|
|
|
| - bool EnsureSweepersProgressed(int step_size) {
|
| - bool sweeping_complete = old_data_space()->EnsureSweeperProgress(step_size);
|
| - sweeping_complete &= old_pointer_space()->EnsureSweeperProgress(step_size);
|
| - return sweeping_complete;
|
| - }
|
| -
|
| ExternalStringTable* external_string_table() {
|
| return &external_string_table_;
|
| }
|
|
|