Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libm')
-rw-r--r--newlib/libm/math/ef_sqrt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/newlib/libm/math/ef_sqrt.c b/newlib/libm/math/ef_sqrt.c
index 17dab9311..80e7f360e 100644
--- a/newlib/libm/math/ef_sqrt.c
+++ b/newlib/libm/math/ef_sqrt.c
@@ -29,7 +29,6 @@ static float one = 1.0, tiny=1.0e-30;
#endif
{
float z;
- __int32_t sign = (__int32_t)0x80000000;
__uint32_t r,hx;
__int32_t ix,s,q,m,t,i;