From: Siddhesh Poyarekar Date: Fri, 4 Jan 2013 10:00:34 +0000 (+0530) Subject: Remove some commented code X-Git-Tag: glibc-2.18~893 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=b78372645917b0ecca880c542ef6027ccd74ba28;p=glibc.git Remove some commented code --- diff --git a/ChangeLog b/ChangeLog index 9ae2d4be07..3309f2066a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2013-01-04 Siddhesh Poyarekar + * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented + declarations. + (denorm): Likewise. + (__mp_dbl): Likewise. + (__inv): Likewise. + * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations and adjust the header comment. diff --git a/sysdeps/ieee754/dbl-64/mpa.c b/sysdeps/ieee754/dbl-64/mpa.c index b5cc06d3df..0db13865fd 100644 --- a/sysdeps/ieee754/dbl-64/mpa.c +++ b/sysdeps/ieee754/dbl-64/mpa.c @@ -142,9 +142,6 @@ static void norm(const mp_no *x, double *y, int p) { #define R RADIXI int i; -#if 0 - int k; -#endif double a,c,u,v,z[5]; if (p<5) { if (p==1) c = X[1]; @@ -196,9 +193,6 @@ static void denorm(const mp_no *x, double *y, int p) { int i,k; double c,u,z[5]; -#if 0 - double a,v; -#endif #define R RADIXI if (EX<-44 || (EX==-44 && X[1]