summaryrefslogtreecommitdiffstats
path: root/Lib/setuptools/command/build_ext.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/setuptools/command/build_ext.py')
-rw-r--r--Lib/setuptools/command/build_ext.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/setuptools/command/build_ext.py b/Lib/setuptools/command/build_ext.py
index a4b9047..f8551fb 100644
--- a/Lib/setuptools/command/build_ext.py
+++ b/Lib/setuptools/command/build_ext.py
@@ -283,5 +283,3 @@ else:
self.create_static_lib(
objects, basename, output_dir, debug, target_lang
)
-
-