| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 64e9bb2faf955ffe46dcef2ff3cb71c07b1f0f93..42a09bdcee6ab7a0213daea63769cb02b2c8332e 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -390,9 +390,6 @@ DEFINE_bool(track_gc_object_stats, false,
|
| // v8.cc
|
| DEFINE_bool(use_idle_notification, true,
|
| "Use idle notification to reduce memory footprint.")
|
| -
|
| -DEFINE_bool(send_idle_notification, false,
|
| - "Send idle notifcation between stress runs.")
|
| // ic.cc
|
| DEFINE_bool(use_ic, true, "use inline caching")
|
|
|
|
|