Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 99e06a9c0b8a0702b44327b5e9c323f036ec14e6..37644a5d92a14cc63f8cf326b587960c8d058221 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -213,7 +213,6 @@ DEFINE_NEG_IMPLICATION(es_staging, legacy_const) |
// Features that are shipping (turned on by default, but internal flag remains). |
#define HARMONY_SHIPPING(V) \ |
V(harmony_array_includes, "harmony Array.prototype.includes") \ |
- V(harmony_new_target, "harmony new.target") \ |
V(harmony_object_observe, "harmony Object.observe") \ |
V(harmony_rest_parameters, "harmony rest parameters") \ |
V(harmony_concat_spreadable, "harmony isConcatSpreadable") \ |