summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2020-04-21 13:07:10 +0200
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-21 13:07:10 +0200
commit20848183099d5716baad43c3d8c5c8d7312583c6 (patch)
treee670cb4271837ecdaa5a430ba4f560fed4f440e0 /python
parenta9cd747310d86dd48b596f87f8c10dfc3186e03a (diff)
downloadaura-central-20848183099d5716baad43c3d8c5c8d7312583c6.tar.gz
[AM] Clean up addon-signing build leftovers.
Diffstat (limited to 'python')
-rwxr-xr-xpython/mozbuild/mozbuild/mozinfo.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/python/mozbuild/mozbuild/mozinfo.py b/python/mozbuild/mozbuild/mozinfo.py
index 230ca119a..3bdde249c 100755
--- a/python/mozbuild/mozbuild/mozinfo.py
+++ b/python/mozbuild/mozbuild/mozinfo.py
@@ -88,8 +88,6 @@ def build_dict(config, env=os.environ):
d['telemetry'] = substs.get('MOZ_TELEMETRY_REPORTING') == '1'
d['tests_enabled'] = substs.get('ENABLE_TESTS') == "1"
d['bin_suffix'] = substs.get('BIN_SUFFIX', '')
- 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'))
def guess_platform():