Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 6be2d652f939835e5d83f9f0cee93c88c72b22a1..d860929c8410165deabeb90ae5dfac9e6f97994b 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -200,7 +200,6 @@ DEFINE_IMPLICATION(es_staging, harmony_tailcalls) |
// Features that are still work in progress (behind individual flags). |
#define HARMONY_INPROGRESS(V) \ |
V(harmony_object_observe, "harmony Object.observe") \ |
- V(harmony_modules, "harmony modules") \ |
V(harmony_function_sent, "harmony function.sent") \ |
V(harmony_sharedarraybuffer, "harmony sharedarraybuffer") \ |
V(harmony_simd, "harmony simd") \ |