diff options
author | Andreas Schwab <schwab@suse.de> | 2016-01-25 17:07:07 +0100 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2016-01-27 09:30:16 +0100 |
commit | 4fb66fac3a7bfe152651610a498c988a75fc316d (patch) | |
tree | 8bc81491e231899f4f708cb289e785274aedb97f /sysdeps/powerpc/fpu/e_hypotf.c | |
parent | 6ef1cb957e908a16f4d1ce7243b7527f4f90e804 (diff) | |
download | glibc-4fb66fac3a7bfe152651610a498c988a75fc316d.tar.gz glibc-4fb66fac3a7bfe152651610a498c988a75fc316d.tar.xz glibc-4fb66fac3a7bfe152651610a498c988a75fc316d.zip |
Remove unused variables
They are flagged by -Wunused-const-variable.
Diffstat (limited to 'sysdeps/powerpc/fpu/e_hypotf.c')
-rw-r--r-- | sysdeps/powerpc/fpu/e_hypotf.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/powerpc/fpu/e_hypotf.c b/sysdeps/powerpc/fpu/e_hypotf.c index c27df253e8..48360828c3 100644 --- a/sysdeps/powerpc/fpu/e_hypotf.c +++ b/sysdeps/powerpc/fpu/e_hypotf.c @@ -21,8 +21,6 @@ #include <math_private.h> #include <stdint.h> -static const float two30 = 1.0737418e09; - /* __ieee754_hypotf(x,y) This a FP only version without any FP->INT conversion. |