about summary refs log tree commit diff
path: root/math/test-tgmath2.c
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2020-03-20 10:05:20 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2020-04-17 11:40:44 -0300
commitc10dde0d2a6373f6e7688e93a5c9db58162ddb1f (patch)
tree0fa96895eda02c5513715583ea9b29e41bbacc94 /math/test-tgmath2.c
parent4b850b1f29648f666a2fa8ceed639132830e169c (diff)
downloadglibc-c10dde0d2a6373f6e7688e93a5c9db58162ddb1f.tar.gz
glibc-c10dde0d2a6373f6e7688e93a5c9db58162ddb1f.tar.xz
glibc-c10dde0d2a6373f6e7688e93a5c9db58162ddb1f.zip
Remove __NO_MATH_INLINES
With fenvinline.h removal the flag is not used anymore.

Checked on x86_64-linux-gnu.
Diffstat (limited to 'math/test-tgmath2.c')
-rw-r--r--math/test-tgmath2.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/math/test-tgmath2.c b/math/test-tgmath2.c
index 91b93e6586..54f8284c67 100644
--- a/math/test-tgmath2.c
+++ b/math/test-tgmath2.c
@@ -18,8 +18,6 @@
    <https://www.gnu.org/licenses/>.  */
 
 #ifndef HAVE_MAIN
-#undef __NO_MATH_INLINES
-#define __NO_MATH_INLINES 1
 #include <float.h>
 #include <math.h>
 #include <complex.h>