mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 22:40:05 +00:00
Remove commented declarations
This commit is contained in:
parent
e69804d14e
commit
2a983a2e0a
@ -1,5 +1,9 @@
|
||||
2013-02-25 Siddhesh Poyarekar <siddhesh@redhat.com>
|
||||
|
||||
* sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
|
||||
code.
|
||||
(cc32): Likewise.
|
||||
|
||||
* sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
|
||||
(__acr): Likewise.
|
||||
(__cpy): Likewise.
|
||||
|
@ -57,14 +57,7 @@ SECTION
|
||||
ss32(mp_no *x, mp_no *y, int p) {
|
||||
int i;
|
||||
double a;
|
||||
#if 0
|
||||
double b;
|
||||
static const mp_no mpone = {1,{1.0,1.0}};
|
||||
#endif
|
||||
mp_no mpt1,x2,gor,sum ,mpk={1,{1.0}};
|
||||
#if 0
|
||||
mp_no mpt2;
|
||||
#endif
|
||||
for (i=1;i<=p;i++) mpk.d[i]=0;
|
||||
|
||||
__sqr(x,&x2,p);
|
||||
@ -89,14 +82,7 @@ SECTION
|
||||
cc32(mp_no *x, mp_no *y, int p) {
|
||||
int i;
|
||||
double a;
|
||||
#if 0
|
||||
double b;
|
||||
static const mp_no mpone = {1,{1.0,1.0}};
|
||||
#endif
|
||||
mp_no mpt1,x2,gor,sum ,mpk={1,{1.0}};
|
||||
#if 0
|
||||
mp_no mpt2;
|
||||
#endif
|
||||
for (i=1;i<=p;i++) mpk.d[i]=0;
|
||||
|
||||
__sqr(x,&x2,p);
|
||||
|
Loading…
Reference in New Issue
Block a user