diff options
Diffstat (limited to 'setuptools/command/build_ext.py')
-rw-r--r-- | setuptools/command/build_ext.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/setuptools/command/build_ext.py b/setuptools/command/build_ext.py index 454c91fb..12dc88cd 100644 --- a/setuptools/command/build_ext.py +++ b/setuptools/command/build_ext.py @@ -56,7 +56,6 @@ elif os.name != 'nt': except ImportError: pass - if_dl = lambda s: s if have_rtld else '' @@ -70,7 +69,6 @@ def get_abi3_suffix(): class build_ext(_build_ext): - def run(self): """Build extensions in build directory, then copy if --inplace""" old_inplace, self.inplace = self.inplace, 0 |