Commit e73c80ae by Steven G. Kargl Committed by Paul Brook

* simplify.c (gfc_simplify_log): Remove useless line of code.

From-SVN: r82418
parent 5ba95354
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.
......
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment