aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/dbl-64/e_exp.c
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2013-03-26 20:14:18 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2013-03-26 20:14:18 +0530
commite375e83d17f930519f52342aa83c89e8a287fe1d (patch)
treef9cfc120f7a625f8c66c53a28682724f5fc44f08 /sysdeps/ieee754/dbl-64/e_exp.c
parent6f2e90e78f151bab153c2b38492505ae2012db06 (diff)
downloadglibc-e375e83d17f930519f52342aa83c89e8a287fe1d.tar
glibc-e375e83d17f930519f52342aa83c89e8a287fe1d.tar.gz
glibc-e375e83d17f930519f52342aa83c89e8a287fe1d.tar.bz2
glibc-e375e83d17f930519f52342aa83c89e8a287fe1d.zip
Removed commented code
Diffstat (limited to 'sysdeps/ieee754/dbl-64/e_exp.c')
-rw-r--r--sysdeps/ieee754/dbl-64/e_exp.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sysdeps/ieee754/dbl-64/e_exp.c b/sysdeps/ieee754/dbl-64/e_exp.c
index 0f9d87ba59..07cc4a91b6 100644
--- a/sysdeps/ieee754/dbl-64/e_exp.c
+++ b/sysdeps/ieee754/dbl-64/e_exp.c
@@ -55,9 +55,6 @@ SECTION
__ieee754_exp(double x) {
double bexp, t, eps, del, base, y, al, bet, res, rem, cor;
mynumber junk1, junk2, binexp = {{0,0}};
-#if 0
- int4 k;
-#endif
int4 i,j,m,n,ex;
double retval;
@@ -174,9 +171,6 @@ SECTION
__exp1(double x, double xx, double error) {
double bexp, t, eps, del, base, y, al, bet, res, rem, cor;
mynumber junk1, junk2, binexp = {{0,0}};
-#if 0
- int4 k;
-#endif
int4 i,j,m,n,ex;
junk1.x = x;