| Index: runtime/vm/flag_list.h
|
| diff --git a/runtime/vm/flag_list.h b/runtime/vm/flag_list.h
|
| index 94de562efcf4a31bb47899f93838e1bc03b225a2..81610326d03e2c330a8186c067c05c7c120b48f5 100644
|
| --- a/runtime/vm/flag_list.h
|
| +++ b/runtime/vm/flag_list.h
|
| @@ -35,8 +35,6 @@
|
| // D(name, type, default_value, comment)
|
| // C(name, precompiled_value, product_value, type, default_value, comment)
|
| #define FLAG_LIST(P, R, D, C) \
|
| -P(always_megamorphic_calls, bool, false, \
|
| - "Instance call always as megamorphic.") \
|
| P(background_compilation, bool, USING_MULTICORE, \
|
| "Run optimizing compilation in background") \
|
| R(background_compilation_stop_alot, false, bool, false, \
|
|
|