aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/msvc.py
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools/msvc.py')
-rw-r--r--setuptools/msvc.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/setuptools/msvc.py b/setuptools/msvc.py
index 26e399cc..d7c88955 100644
--- a/setuptools/msvc.py
+++ b/setuptools/msvc.py
@@ -63,10 +63,6 @@ def patch_for_specialized_compiler():
# Compilers only availables on Microsoft Windows
return
- if 'distutils' not in globals():
- # The module isn't available to be patched
- return
-
if unpatched:
# Already patched
return