summaryrefslogtreecommitdiff
path: root/security/generate_mapfile.py
diff options
context:
space:
mode:
Diffstat (limited to 'security/generate_mapfile.py')
-rw-r--r--security/generate_mapfile.py2
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