summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Wieser <wieser.eric@gmail.com>2019-01-30 22:52:58 -0800
committerEric Wieser <wieser.eric@gmail.com>2019-01-30 22:58:28 -0800
commit35cc57f391512ceb146b8844eb39516bca78b786 (patch)
tree785960fe35c16c7c682c83a849aac8ebb741a2cb
parent87d0528e3892f8cd0e22afce360fb465e8e6cedc (diff)
downloadnumpy-35cc57f391512ceb146b8844eb39516bca78b786.tar.gz
MAINT: Removed unused and confusingly indirect imports from mingw32ccompiler
Both of these functions are better exposed through `distutils.ccompiler`, but neither are used anyway
-rw-r--r--numpy/distutils/mingw32ccompiler.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/distutils/mingw32ccompiler.py b/numpy/distutils/mingw32ccompiler.py
index e6bbe1996..c0d844d44 100644
--- a/numpy/distutils/mingw32ccompiler.py
+++ b/numpy/distutils/mingw32ccompiler.py
@@ -29,7 +29,6 @@ else:
import distutils.cygwinccompiler
from distutils.version import StrictVersion
-from numpy.distutils.ccompiler import gen_preprocess_options, gen_lib_options
from distutils.unixccompiler import UnixCCompiler
from distutils.msvccompiler import get_build_version as get_build_msvc_version
from distutils.errors import (DistutilsExecError, CompileError,