about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2013-02-25 18:11:14 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2013-02-25 18:11:14 +0530
commit2a983a2e0a2da070219a9cc5f4157d9dceee3c88 (patch)
tree49c456db3901d8c8b6ff8c30b2ce909aedc7110a
parente69804d14e43f14c3c65dc570afdbfb822c9838b (diff)
downloadglibc-2a983a2e0a2da070219a9cc5f4157d9dceee3c88.tar.gz
glibc-2a983a2e0a2da070219a9cc5f4157d9dceee3c88.tar.xz
glibc-2a983a2e0a2da070219a9cc5f4157d9dceee3c88.zip
Remove commented declarations
-rw-r--r--ChangeLog4
-rw-r--r--sysdeps/ieee754/dbl-64/sincos32.c14
2 files changed, 4 insertions, 14 deletions
diff --git a/ChangeLog b/ChangeLog
index b735879b80..1e944634d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
+	* sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
+	code.
+	(cc32): Likewise.
+
 	* sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
 	(__acr): Likewise.
 	(__cpy): Likewise.
diff --git a/sysdeps/ieee754/dbl-64/sincos32.c b/sysdeps/ieee754/dbl-64/sincos32.c
index 5a8f1bd648..0a8b0a76ed 100644
--- a/sysdeps/ieee754/dbl-64/sincos32.c
+++ b/sysdeps/ieee754/dbl-64/sincos32.c
@@ -57,14 +57,7 @@ SECTION
 ss32(mp_no *x, mp_no *y, int p) {
   int i;
   double a;
-#if 0
-  double b;
-  static const mp_no mpone = {1,{1.0,1.0}};
-#endif
   mp_no mpt1,x2,gor,sum ,mpk={1,{1.0}};
-#if 0
-  mp_no mpt2;
-#endif
   for (i=1;i<=p;i++) mpk.d[i]=0;
 
   __sqr(x,&x2,p);
@@ -89,14 +82,7 @@ SECTION
 cc32(mp_no *x, mp_no *y, int p) {
   int i;
   double a;
-#if 0
-  double b;
-  static const mp_no mpone = {1,{1.0,1.0}};
-#endif
   mp_no mpt1,x2,gor,sum ,mpk={1,{1.0}};
-#if 0
-  mp_no mpt2;
-#endif
   for (i=1;i<=p;i++) mpk.d[i]=0;
 
   __sqr(x,&x2,p);