diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2020-03-20 10:05:20 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2020-04-17 11:40:44 -0300 |
commit | c10dde0d2a6373f6e7688e93a5c9db58162ddb1f (patch) | |
tree | 0fa96895eda02c5513715583ea9b29e41bbacc94 /math/test-tgmath.c | |
parent | 4b850b1f29648f666a2fa8ceed639132830e169c (diff) | |
download | glibc-c10dde0d2a6373f6e7688e93a5c9db58162ddb1f.tar.gz |
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-tgmath.c')
-rw-r--r-- | math/test-tgmath.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/math/test-tgmath.c b/math/test-tgmath.c index 1f72cc349a..6d5a84bc01 100644 --- a/math/test-tgmath.c +++ b/math/test-tgmath.c @@ -19,8 +19,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 <stdint.h> |