diff options
author | Moonchild <moonchild@palemoon.org> | 2023-11-13 00:26:23 +0100 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2023-11-13 00:26:23 +0100 |
commit | 9816215ea7461dfbb1707809344b5d569ad615e3 (patch) | |
tree | afe32b0c27473c574e752f67b3cebb533b54efd1 /security/generate_mapfile.py | |
parent | 294698153c7adf63ceb3c81513ae68e888ae9f20 (diff) | |
download | uxp-9816215ea7461dfbb1707809344b5d569ad615e3.tar.gz |
Issue #2381 - Remove system-nspr/nss leftovers
Resolves #2381
Diffstat (limited to 'security/generate_mapfile.py')
-rw-r--r-- | security/generate_mapfile.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/security/generate_mapfile.py b/security/generate_mapfile.py index 3ae1de8816..4479553bf8 100644 --- a/security/generate_mapfile.py +++ b/security/generate_mapfile.py @@ -17,8 +17,6 @@ import buildconfig def main(output, input): - # There's a check in old-configure.in under the system-nss handling - # that should match this. if buildconfig.substs['OS_ARCH'] not in ('Linux', 'SunOS', 'Darwin', 'FreeBSD'): print "Error: unhandled OS_ARCH %s" % buildconfig.substs['OS_ARCH'] return 1 |