Issue #1322 - Part 2: Remove --enable-sm-promise buildconfig switch.

This commit is contained in:
wolfbeast
2019-12-19 01:36:07 +01:00
committed by Roy Tam
parent 40f99b202a
commit 48adbfd454
3 changed files with 0 additions and 22 deletions
-1
View File
@@ -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'):