| Index: runtime/vm/pages.cc
|
| diff --git a/runtime/vm/pages.cc b/runtime/vm/pages.cc
|
| index ff0fa5385a378d9f84e916bf6e48e45630285b90..aa375fa65bb502ee74bbccb6ad7f387d4880f8de 100644
|
| --- a/runtime/vm/pages.cc
|
| +++ b/runtime/vm/pages.cc
|
| @@ -29,8 +29,6 @@ DEFINE_FLAG(bool, print_free_list_before_gc, false,
|
| "Print free list statistics before a GC");
|
| DEFINE_FLAG(bool, print_free_list_after_gc, false,
|
| "Print free list statistics after a GC");
|
| -DEFINE_FLAG(bool, collect_code, true,
|
| - "Attempt to GC infrequently used code.");
|
| DEFINE_FLAG(int, code_collection_interval_in_us, 30000000,
|
| "Time between attempts to collect unused code.");
|
| DEFINE_FLAG(bool, log_code_drop, false,
|
|
|