]> sourceware.org Git - glibc.git/commitdiff
Remove commented declarations
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Mon, 25 Feb 2013 12:41:14 +0000 (18:11 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Mon, 25 Feb 2013 12:41:14 +0000 (18:11 +0530)
ChangeLog
sysdeps/ieee754/dbl-64/sincos32.c

index b735879b80e924fe109f292f1afbfacd5d5b2c40..1e944634d718ef3bf7ca35241ef4ce556046d74f 100644 (file)
--- 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.
index 5a8f1bd648111a53d23b0d455fcfe9f621d6397a..0a8b0a76ed4dee2eb7959584299b9003864d5e47 100644 (file)
@@ -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);
This page took 0.109067 seconds and 5 git commands to generate.