summaryrefslogtreecommitdiff
path: root/numpy/distutils/fcompiler/intel.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/distutils/fcompiler/intel.py')
-rw-r--r--numpy/distutils/fcompiler/intel.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/numpy/distutils/fcompiler/intel.py b/numpy/distutils/fcompiler/intel.py
index cb540d1bc..59308742d 100644
--- a/numpy/distutils/fcompiler/intel.py
+++ b/numpy/distutils/fcompiler/intel.py
@@ -128,9 +128,6 @@ class IntelVisualFCompiler(FCompiler):
ar_exe = 'lib.exe'
fc_exe = 'ifl'
- if sys.platform=='win32':
- from distutils.msvccompiler import MSVCCompiler
- ar_exe = MSVCCompiler().lib
executables = {
'version_cmd' : [fc_exe, "-FI -V -c %(fname)s.f -o %(fname)s.o" \