summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2019-12-19 01:36:07 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2019-12-19 01:36:07 +0100
commitcdea310f1796c1ea5ffa5b49a06fcda914ea9ecb (patch)
tree5ddb309f406b6b8fcc9932739b31017941ab4150 /python
parentfb96b43b5f6188233710c5f8c9c9e46baa9cb369 (diff)
downloadUXP-cdea310f1796c1ea5ffa5b49a06fcda914ea9ecb.tar
UXP-cdea310f1796c1ea5ffa5b49a06fcda914ea9ecb.tar.gz
UXP-cdea310f1796c1ea5ffa5b49a06fcda914ea9ecb.tar.lz
UXP-cdea310f1796c1ea5ffa5b49a06fcda914ea9ecb.tar.xz
UXP-cdea310f1796c1ea5ffa5b49a06fcda914ea9ecb.zip
Issue #1322 - Part 2: Remove --enable-sm-promise buildconfig switch.
Diffstat (limited to 'python')
-rwxr-xr-xpython/mozbuild/mozbuild/mozinfo.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/mozbuild/mozbuild/mozinfo.py b/python/mozbuild/mozbuild/mozinfo.py
index db46d7c7d..230ca119a 100755
--- a/python/mozbuild/mozbuild/mozinfo.py
+++ b/python/mozbuild/mozbuild/mozinfo.py
@@ -91,7 +91,6 @@ def build_dict(config, env=os.environ):
d['addon_signing'] = substs.get('MOZ_ADDON_SIGNING') == '1'
d['require_signing'] = substs.get('MOZ_REQUIRE_SIGNING') == '1'
d['official'] = bool(substs.get('MC_OFFICIAL'))
- d['sm_promise'] = bool(substs.get('SPIDERMONKEY_PROMISE'))
def guess_platform():
if d['buildapp'] in ('browser', 'mulet'):