X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fmath%2Fsf_cos.c;fp=src%2Fmath%2Fsf_cos.c;h=2f46ec32744b0aa664a32010a9301236a67b72b4;hb=23cf8fb4d5745ad76d9517c9702d03d10c58144a;hp=4c0a9a53569ada72f1449517297d116af32534aa;hpb=f3b279141cd30ad6a212ce75f5a7c2b8e3d33870;p=fw%2Faltos 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