Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index c5abba98be9dbe1dfa3a0d4da28549fa6b40c28a..772d73bfbc2921c93b23d2f2e10c0f0f30135b63 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -154,7 +154,6 @@ DEFINE_BOOL(harmony_scoping, false, "enable harmony block scoping") |
DEFINE_BOOL(harmony_modules, false, |
"enable harmony modules (implies block scoping)") |
DEFINE_BOOL(harmony_proxies, false, "enable harmony proxies") |
-DEFINE_BOOL(harmony_generators, false, "enable harmony generators") |
DEFINE_BOOL(harmony_numeric_literals, false, |
"enable harmony numeric literals (0o77, 0b11)") |
DEFINE_BOOL(harmony_strings, false, "enable harmony string") |
@@ -178,7 +177,6 @@ DEFINE_IMPLICATION(harmony, harmony_object_literals) |
DEFINE_IMPLICATION(harmony_modules, harmony_scoping) |
DEFINE_IMPLICATION(harmony, es_staging) |
-DEFINE_IMPLICATION(es_staging, harmony_generators) |
// Flags for experimental implementation features. |
DEFINE_BOOL(compiled_keyed_generic_loads, false, |