Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 21ebc42e7bec2b3ce3ec1a0c23cf30593eb8bba2..dba34eafe7544addfbc1d1c8ae09328d8eefafa6 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -193,8 +193,7 @@ |
V(harmony_reflect, "harmony Reflect API") \ |
V(harmony_destructuring, "harmony destructuring") \ |
V(harmony_sharedarraybuffer, "harmony sharedarraybuffer") \ |
- V(harmony_atomics, "harmony atomics") \ |
- V(harmony_new_target, "harmony new.target") |
+ V(harmony_atomics, "harmony atomics") |
// Features that are complete (but still behind --harmony/es-staging flag). |
#define HARMONY_STAGED(V) \ |