| Index: runtime/vm/flag_list.h
|
| diff --git a/runtime/vm/flag_list.h b/runtime/vm/flag_list.h
|
| index af82d62512c7c0add09ac2445a4462e9a977ab5d..bd6f46448b2432381f61e0b22a52d3f0bcd15765 100644
|
| --- a/runtime/vm/flag_list.h
|
| +++ b/runtime/vm/flag_list.h
|
| @@ -103,7 +103,6 @@
|
| "Maximum number of polymorphic check, otherwise it is megamorphic.") \
|
| P(max_equality_polymorphic_checks, int, 32, \
|
| "Maximum number of polymorphic checks in equality operator,") \
|
| - P(merge_sin_cos, bool, false, "Merge sin/cos into sincos") \
|
| P(new_gen_ext_limit, int, 64, \
|
| "maximum total external size (MB) in new gen before triggering GC") \
|
| P(new_gen_semi_max_size, int, (kWordSize <= 4) ? 16 : 32, \
|
|
|