summaryrefslogtreecommitdiff
path: root/js/moz.configure
diff options
context:
space:
mode:
Diffstat (limited to 'js/moz.configure')
-rw-r--r--js/moz.configure13
1 files changed, 0 insertions, 13 deletions
diff --git a/js/moz.configure b/js/moz.configure
index 3bbaf01a3..7687731f9 100644
--- a/js/moz.configure
+++ b/js/moz.configure
@@ -246,16 +246,3 @@ with only_when('--enable-compile-environment'):
set_config('LIBFUZZER', enable_libfuzzer)
set_define('LIBFUZZER', enable_libfuzzer)
-
-# Initial support for new regexp engine
-# ==================================================
-
-js_option('--enable-new-regexp', default=False, help='Enable new regexp engine')
-
-@depends('--enable-new-regexp')
-def enable_new_regexp(value):
- if value:
- return True
-
-set_config('JS_NEW_REGEXP', enable_new_regexp)
-set_define('JS_NEW_REGEXP', enable_new_regexp)