Remove unused variable 'one' from sf_cos.c

Defined, never mentioned.

Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Keith Packard 2018-08-27 11:32:29 -07:00 committed by Corinna Vinschen
parent 2c245028af
commit 088a45cdf6
1 changed files with 0 additions and 6 deletions

View File

@ -16,12 +16,6 @@
#include "fdlibm.h"
#if __OBSOLETE_MATH
#ifdef __STDC__
static const float one=1.0;
#else
static float one=1.0;
#endif
#ifdef __STDC__
float cosf(float x)
#else