diff options
Diffstat (limited to 'Misc/BeOS-setup.py')
-rw-r--r-- | Misc/BeOS-setup.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/BeOS-setup.py b/Misc/BeOS-setup.py index 07dbe159b46..991e608fa50 100644 --- a/Misc/BeOS-setup.py +++ b/Misc/BeOS-setup.py @@ -176,8 +176,6 @@ class PyBuildExt(build_ext): # # Some modules that are normally always on: - exts.append( Extension('regex', ['regexmodule.c', 'regexpr.c']) ) - exts.append( Extension('_weakref', ['_weakref.c']) ) exts.append( Extension('_symtable', ['symtablemodule.c']) ) |