about summary refs log tree commit diff
path: root/sysdeps/ieee754/dbl-64/s_atan.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/s_atan.c
parent6f2e90e78f151bab153c2b38492505ae2012db06 (diff)
downloadglibc-e375e83d17f930519f52342aa83c89e8a287fe1d.tar.gz
glibc-e375e83d17f930519f52342aa83c89e8a287fe1d.tar.xz
glibc-e375e83d17f930519f52342aa83c89e8a287fe1d.zip
Removed commented code
Diffstat (limited to 'sysdeps/ieee754/dbl-64/s_atan.c')
-rw-r--r--sysdeps/ieee754/dbl-64/s_atan.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/sysdeps/ieee754/dbl-64/s_atan.c b/sysdeps/ieee754/dbl-64/s_atan.c
index 37442b72e8..aa3564d560 100644
--- a/sysdeps/ieee754/dbl-64/s_atan.c
+++ b/sysdeps/ieee754/dbl-64/s_atan.c
@@ -62,18 +62,9 @@ double atan(double x) {
 #ifndef DLA_FMS
   double t4,t5,t6;
 #endif
-#if 0
-  double y1,y2;
-#endif
   int i,ux,dx;
-#if 0
-  int p;
-#endif
   static const int pr[M]={6,8,10,32};
   number num;
-#if 0
-  mp_no mpt1,mpx,mpy,mpy1,mpy2,mperr;
-#endif
 
   num.d = x;  ux = num.i[HIGH_HALF];  dx = num.i[LOW_HALF];