diff options
Diffstat (limited to 'js/src/moz.build')
-rw-r--r-- | js/src/moz.build | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/js/src/moz.build b/js/src/moz.build index 2b32a9806d..642dd7d911 100644 --- a/js/src/moz.build +++ b/js/src/moz.build @@ -12,9 +12,6 @@ FILES_PER_UNIFIED_FILE = 6 if CONFIG['JS_BUNDLED_EDITLINE']: DIRS += ['editline'] -if CONFIG['JS_NEW_REGEXP']: - DIRS += ['new-regexp'] - if not CONFIG['JS_DISABLE_SHELL']: DIRS += ['shell'] |