1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-09-02 16:01:20 +03:00

Remove commented code

This commit is contained in:
Siddhesh Poyarekar
2013-02-25 14:51:57 +05:30
parent 60f5a8b534
commit dc60cb110b
2 changed files with 3 additions and 6 deletions

View File

@@ -1,5 +1,8 @@
2013-02-25 Siddhesh Poyarekar <siddhesh@redhat.com>
* sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
code.
* sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
up changes with default code.
* sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):

View File

@@ -41,13 +41,7 @@ double
SECTION
__slowexp(double x) {
double w,z,res,eps=3.0e-26;
#if 0
double y;
#endif
int p;
#if 0
int orig,i;
#endif
mp_no mpx, mpy, mpz,mpw,mpeps,mpcor;
p=6;