]> granicus.if.org Git - python/commitdiff
remove comment about long-gone SGI modules (#3850)
authorBenjamin Peterson <benjamin@python.org>
Mon, 2 Oct 2017 06:37:57 +0000 (23:37 -0700)
committerGitHub <noreply@github.com>
Mon, 2 Oct 2017 06:37:57 +0000 (23:37 -0700)
setup.py

index 0b536c8ca32b99527e9296a4a5d1d16df7f8193b..11c4ec67f43f8b973be784f53e2ace271283033a 100644 (file)
--- 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.