about summary refs log tree commit diff
path: root/sysdeps/ieee754/dbl-64/e_atan2.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_atan2.c
parent6f2e90e78f151bab153c2b38492505ae2012db06 (diff)
downloadglibc-e375e83d17f930519f52342aa83c89e8a287fe1d.tar.gz
glibc-e375e83d17f930519f52342aa83c89e8a287fe1d.tar.xz
glibc-e375e83d17f930519f52342aa83c89e8a287fe1d.zip
Removed commented code
Diffstat (limited to 'sysdeps/ieee754/dbl-64/e_atan2.c')
-rw-r--r--sysdeps/ieee754/dbl-64/e_atan2.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/sysdeps/ieee754/dbl-64/e_atan2.c b/sysdeps/ieee754/dbl-64/e_atan2.c
index ee3215ed3f..535010e3d8 100644
--- a/sysdeps/ieee754/dbl-64/e_atan2.c
+++ b/sysdeps/ieee754/dbl-64/e_atan2.c
@@ -67,22 +67,13 @@ SECTION
 __ieee754_atan2(double y,double x) {
 
   int i,de,ux,dx,uy,dy;
-#if 0
-  int p;
-#endif
   static const int pr[MM]={6,8,10,20,32};
   double ax,ay,u,du,u9,ua,v,vv,dv,t1,t2,t3,t7,t8,
 	 z,zz,cor,s1,ss1,s2,ss2;
 #ifndef DLA_FMS
   double t4,t5,t6;
 #endif
-#if 0
-  double z1,z2;
-#endif
   number num;
-#if 0
-  mp_no mperr,mpt1,mpx,mpy,mpz,mpz1,mpz2;
-#endif
 
   static const int ep= 59768832,   /*  57*16**5   */
 		   em=-59768832;   /* -57*16**5   */