summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--numpy/distutils/command/scons.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/numpy/distutils/command/scons.py b/numpy/distutils/command/scons.py
index 60c840b13..5bfa2ea3f 100644
--- a/numpy/distutils/command/scons.py
+++ b/numpy/distutils/command/scons.py
@@ -96,8 +96,6 @@ def dist2sconscc(compiler):
return 'msvc'
elif compiler_type == 'intel':
return 'intelc'
- elif compiler_type == 'mingw32':
- return 'mingw'
else:
return compiler.compiler[0]