summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index a220f366..ef2faf6 100644
--- a/setup.py
+++ b/setup.py
@@ -917,9 +917,6 @@ class PyBuildExt(build_ext):
# select(2); not on ancient System V
self.add(Extension('select', ['selectmodule.c']))
- # Fred Drake's interface to the Python parser
- self.add(Extension('parser', ['parsermodule.c']))
-
# Memory-mapped files (also works on Win32).
self.add(Extension('mmap', ['mmapmodule.c']))