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/s_cosf.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sysdeps/powerpc/fpu/s_cosf.c') 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 #include -static const float one = 1.0; static const float pio4 = 7.8539801e-1; float -- cgit 1.4.1