diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-12-19 01:36:07 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-12-19 01:36:07 +0100 |
commit | cdea310f1796c1ea5ffa5b49a06fcda914ea9ecb (patch) | |
tree | 5ddb309f406b6b8fcc9932739b31017941ab4150 /build/docs | |
parent | fb96b43b5f6188233710c5f8c9c9e46baa9cb369 (diff) | |
download | uxp-cdea310f1796c1ea5ffa5b49a06fcda914ea9ecb.tar.gz |
Issue #1322 - Part 2: Remove --enable-sm-promise buildconfig switch.
Diffstat (limited to 'build/docs')
-rw-r--r-- | build/docs/mozinfo.rst | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/build/docs/mozinfo.rst b/build/docs/mozinfo.rst index d74ca75e60..85ceb66576 100644 --- a/build/docs/mozinfo.rst +++ b/build/docs/mozinfo.rst @@ -136,14 +136,6 @@ release_or_beta Always defined. -sm_promise - Whether spidermonkey promises have been enabled or not. This is set - by adding --enable-sm-promise to the mozconfig file. - - Values are ``true`` and ``false``. - - Always defined. - tests_enabled Whether tests are enabled for this build. |