summaryrefslogtreecommitdiff
path: root/numpy/core/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/core/setup.py')
-rw-r--r--numpy/core/setup.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/numpy/core/setup.py b/numpy/core/setup.py
index 9fc7c2f29..ec3929ca8 100644
--- a/numpy/core/setup.py
+++ b/numpy/core/setup.py
@@ -243,10 +243,6 @@ def check_math_capabilities(config, ext, moredefs, mathlibs):
m = fn.replace("(", "_").replace(")", "_")
moredefs.append((fname2def(m), 1))
- # C99 functions: float and long double versions
- check_funcs(C99_FUNCS_SINGLE)
- check_funcs(C99_FUNCS_EXTENDED)
-
def check_complex(config, mathlibs):
priv = []
pub = []