diff options
Diffstat (limited to 'sysdeps/powerpc/fpu/s_cosf.c')
-rw-r--r-- | sysdeps/powerpc/fpu/s_cosf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/powerpc/fpu/s_cosf.c b/sysdeps/powerpc/fpu/s_cosf.c index 2d1ec1b994..eaeaebcb12 100644 --- a/sysdeps/powerpc/fpu/s_cosf.c +++ b/sysdeps/powerpc/fpu/s_cosf.c @@ -21,7 +21,6 @@ #include <math.h> #include <math_private.h> -static const float one = 1.0; static const float pio4 = 7.8539801e-1; float |