| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 67edf740d555af1edfc04439baeccf76668376db..9da1b00d8bc2f50c2bff2181177d464e5fd62951 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -277,9 +277,6 @@
|
| DEFINE_BOOL(smi_binop, true, "support smi representation in binary operations")
|
| DEFINE_BOOL(mark_shared_functions_for_tier_up, false,
|
| "mark shared functions for tier up")
|
| -
|
| -// Flags for strongly rooting literal arrays in the feedback vector.
|
| -DEFINE_BOOL(trace_strong_rooted_literals, false, "trace literal rooting")
|
|
|
| // Flags for optimization types.
|
| DEFINE_BOOL(optimize_for_size, false,
|
|
|