Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index c2297eed4cc7b85dd7a96336760be2852d92b172..55e0c77909fd0c17fea83ec0cb6c916225fa8ba5 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -202,8 +202,7 @@ |
V(harmony_sharedarraybuffer, "harmony sharedarraybuffer") \ |
V(harmony_simd, "harmony simd") \ |
V(harmony_do_expressions, "harmony do-expressions") \ |
- V(harmony_regexp_subclass, "harmony regexp subclassing") \ |
- V(harmony_regexp_lookbehind, "harmony regexp lookbehind") |
+ V(harmony_regexp_subclass, "harmony regexp subclassing") |
// Features that are complete (but still behind --harmony/es-staging flag). |
#define HARMONY_STAGED(V) \ |