Commit 88549b81 by Gerald Pfeifer Committed by Gerald Pfeifer

interface.c (compare_actual_formal): Remove unused variable gsym.

	* interface.c (compare_actual_formal): Remove unused variable
	gsym.

From-SVN: r120219
parent 9914f8cf
2006-12-27 Gerald Pfeifer <gerald@pfeifer.com>
* interface.c (compare_actual_formal): Remove unused variable
gsym.
2006-12-27 Paul Thomas <pault@gcc.gnu.org>
PR fortran/20896
......
......@@ -1270,7 +1270,6 @@ compare_actual_formal (gfc_actual_arglist ** ap,
{
gfc_actual_arglist **new, *a, *actual, temp;
gfc_formal_arglist *f;
gfc_gsymbol *gsym;
int i, n, na;
bool rank_check;
......
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