interface.c (compare_actual_formal): Remove unused variable gsym.
* interface.c (compare_actual_formal): Remove unused variable gsym. From-SVN: r120219
This commit is contained in:
parent
9914f8cff9
commit
88549b8155
@ -1,3 +1,8 @@
|
||||
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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user