| Index: runtime/vm/flag_list.h
|
| diff --git a/runtime/vm/flag_list.h b/runtime/vm/flag_list.h
|
| index 50a35f1e2748e94f8465b67fe7308e401d5dbfda..58a5c6abf5efe944bc5ca71bf524f183631c9e5b 100644
|
| --- a/runtime/vm/flag_list.h
|
| +++ b/runtime/vm/flag_list.h
|
| @@ -27,8 +27,6 @@
|
| // R(name, product_value, type, default_value, comment)
|
| // C(name, precompiled_value, product_value, type, default_value, comment)
|
| #define FLAG_LIST(P, R, D, C) \
|
| -P(allow_absolute_addresses, bool, true, \
|
| - "Allow embedding absolute addresses in generated code.") \
|
| P(always_megamorphic_calls, bool, false, \
|
| "Instance call always as megamorphic.") \
|
| C(background_compilation, false, true, bool, true, \
|
|
|