| Index: src/flag-definitions.h
 | 
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
 | 
| index d2672707fd9156e324c7f3a48b8f34edb35b22ef..7d7f6f7ea4d81a5237517cbe174d2f9fd8c8f070 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")       \
 | 
| 
 |