| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 7cede492b2074fa84ba0fa76dbaa33e4c1f72969..c166b79b1665684cc8858399e3c457a32ef701a9 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -226,8 +226,6 @@ DEFINE_IMPLICATION(es_staging, harmony_tailcalls)
|
| V(harmony_sloppy, "harmony features in sloppy mode") \
|
| V(harmony_sloppy_let, "harmony let in sloppy mode") \
|
| V(harmony_sloppy_function, "harmony sloppy function block scoping") \
|
| - V(harmony_proxies, "harmony proxies") \
|
| - V(harmony_reflect, "harmony Reflect API") \
|
| V(harmony_regexp_subclass, "harmony regexp subclassing") \
|
| V(harmony_restrictive_declarations, \
|
| "harmony limitations on sloppy mode function declarations") \
|
|
|