summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2017-10-02 06:37:57 (GMT)
committerGitHub <noreply@github.com>2017-10-02 06:37:57 (GMT)
commitedc05c5d88c1ce853b3d04b34679ed7d69c2142a (patch)
tree3622123eb8486adbc390239b0ba6455d379ffdca /setup.py
parent5961e7c156f90c7f9444ae95b9d3e55114ca2169 (diff)
downloadcpython-edc05c5d88c1ce853b3d04b34679ed7d69c2142a.zip
cpython-edc05c5d88c1ce853b3d04b34679ed7d69c2142a.tar.gz
cpython-edc05c5d88c1ce853b3d04b34679ed7d69c2142a.tar.bz2
remove comment about long-gone SGI modules (#3850)
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 0b536c8..11c4ec6 100644
--- a/setup.py
+++ b/setup.py
@@ -615,8 +615,6 @@ class PyBuildExt(build_ext):
math_libs = self.detect_math_libs()
- # XXX Omitted modules: gl, pure, dl, SGI-specific modules
-
#
# The following modules are all pretty straightforward, and compile
# on pretty much any POSIXish platform.