| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 0ced9334c373262e473f991d8d8370d3b9a3d899..fa309e926afd48e65539f70119f8c1351a7511ee 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -203,7 +203,6 @@ DEFINE_IMPLICATION(es_staging, harmony)
|
| #define HARMONY_SHIPPING(V) \
|
| V(harmony_numeric_literals, "harmony numeric literals") \
|
| V(harmony_strings, "harmony string methods") \
|
| - V(harmony_scoping, "harmony block scoping") \
|
| V(harmony_templates, "harmony template literals") \
|
| V(harmony_classes, \
|
| "harmony classes (implies block scoping & object literal extension)") \
|
| @@ -234,8 +233,6 @@ HARMONY_SHIPPING(FLAG_SHIPPING_FEATURES)
|
|
|
|
|
| // Feature dependencies.
|
| -DEFINE_IMPLICATION(harmony_modules, harmony_scoping)
|
| -DEFINE_IMPLICATION(harmony_classes, harmony_scoping)
|
| DEFINE_IMPLICATION(harmony_classes, harmony_object_literals)
|
| DEFINE_IMPLICATION(harmony_unicode_regexps, harmony_unicode)
|
|
|
|
|