X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Fmath%2Fsf_cos.c;h=2f46ec32744b0aa664a32010a9301236a67b72b4;hp=4c0a9a53569ada72f1449517297d116af32534aa;hb=56629222711ba3ef7853405c9b07ad614fb29b95;hpb=b83876718b1a535ee04ca0351ad57814454ec646 diff --git a/src/math/sf_cos.c b/src/math/sf_cos.c index 4c0a9a53..2f46ec32 100644 --- a/src/math/sf_cos.c +++ b/src/math/sf_cos.c @@ -15,12 +15,6 @@ #include "fdlibm.h" -#ifdef __STDC__ -static const float one=1.0; -#else -static float one=1.0; -#endif - #ifdef __STDC__ float cosf(float x) #else