From e375e83d17f930519f52342aa83c89e8a287fe1d Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Tue, 26 Mar 2013 20:14:18 +0530 Subject: Removed commented code --- sysdeps/ieee754/dbl-64/s_atan.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'sysdeps/ieee754/dbl-64/s_atan.c') 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 @@ -61,19 +61,10 @@ double atan(double x) { v,vv,w,ww,y,yy,z,zz; #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]; -- cgit 1.4.1