diff options
Diffstat (limited to 'security')
-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 |