]> gcc.gnu.org Git - gcc.git/commitdiff
* simplify.c (gfc_simplify_log): Remove useless line of code.
authorSteven G. Kargl <kargls@comcast.net>
Sat, 29 May 2004 11:33:30 +0000 (11:33 +0000)
committerPaul Brook <pbrook@gcc.gnu.org>
Sat, 29 May 2004 11:33:30 +0000 (11:33 +0000)
From-SVN: r82418

gcc/fortran/ChangeLog
gcc/fortran/simplify.c

index 786cc39077e41b3f337d2ab7c580b82a3c6fd04e..ac795569089297341689eb233beb87d07b61eea2 100644 (file)
@@ -1,3 +1,7 @@
+2004-05-29  Steven G. Kargl  <kargls@comcast.net>
+
+       * simplify.c (gfc_simplify_log): Remove useless line of code.
+
 2004-05-29  Paul Brook  <paul@codesourcery.com>
 
        * trans-common.c (find_equivalence): Find multiple rules.
index 2ce86a38e7ef528b478621c4e337a82185efaece..a90d05d04608a4afd7a1344f989319c25c67660c 100644 (file)
@@ -2035,7 +2035,6 @@ gfc_simplify_log (gfc_expr * x)
       mpf_init (xr);
       mpf_init (xi);
 
-      mpf_div (xr, x->value.complex.i, x->value.complex.r);
       arctangent2 (&x->value.complex.i, &x->value.complex.r,
        &result->value.complex.i);
 
This page took 0.074927 seconds and 5 git commands to generate.