From: Benjamin Peterson Date: Mon, 2 Oct 2017 06:37:57 +0000 (-0700) Subject: remove comment about long-gone SGI modules (#3850) X-Git-Tag: v3.7.0a2~79 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=edc05c5d88c1ce853b3d04b34679ed7d69c2142a;p=thirdparty%2FPython%2Fcpython.git remove comment about long-gone SGI modules (#3850) --- diff --git a/setup.py b/setup.py index 0b536c8ca32b..11c4ec67f43f 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.