| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 8081b70a62e8876a299c72fc9abce80a05ae5398..415b472b543a7610b204f7ef0fe3d8fce99d515a 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -223,10 +223,7 @@ DEFINE_IMPLICATION(es_staging, move_object_start)
|
| #endif
|
|
|
| // Features that are shipping (turned on by default, but internal flag remains).
|
| -#define HARMONY_SHIPPING(V) \
|
| - V(harmony_async_await, "harmony async-await") \
|
| - V(harmony_restrictive_declarations, \
|
| - "harmony limitations on sloppy mode function declarations")
|
| +#define HARMONY_SHIPPING(V) V(harmony_async_await, "harmony async-await")
|
|
|
| // Once a shipping feature has proved stable in the wild, it will be dropped
|
| // from HARMONY_SHIPPING, all occurrences of the FLAG_ variable are removed,
|
|
|