From 4fb66fac3a7bfe152651610a498c988a75fc316d Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 25 Jan 2016 17:07:07 +0100 Subject: Remove unused variables They are flagged by -Wunused-const-variable. --- sysdeps/powerpc/fpu/e_hypotf.c | 2 -- sysdeps/powerpc/fpu/s_cosf.c | 1 - 2 files changed, 3 deletions(-) (limited to 'sysdeps/powerpc') diff --git a/sysdeps/powerpc/fpu/e_hypotf.c b/sysdeps/powerpc/fpu/e_hypotf.c index c27df25..4836082 100644 --- a/sysdeps/powerpc/fpu/e_hypotf.c +++ b/sysdeps/powerpc/fpu/e_hypotf.c @@ -21,8 +21,6 @@ #include #include -static const float two30 = 1.0737418e09; - /* __ieee754_hypotf(x,y) This a FP only version without any FP->INT conversion. diff --git a/sysdeps/powerpc/fpu/s_cosf.c b/sysdeps/powerpc/fpu/s_cosf.c index 2d1ec1b..eaeaebc 100644 --- a/sysdeps/powerpc/fpu/s_cosf.c +++ b/sysdeps/powerpc/fpu/s_cosf.c @@ -21,7 +21,6 @@ #include #include -static const float one = 1.0; static const float pio4 = 7.8539801e-1; float -- cgit v1.1