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:
@@ -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):
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user