Skip to content

Commit 0ef98bf

Browse files
author
Jerry DeLisle
committed
Fortran: Remove unused variable. [PR 96255]
PR fortran/96255 gcc/fortran/ChangeLog: * resolve.cc (gfc_resolve_forall): Delete outer_sym
1 parent 1eb696f commit 0ef98bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gcc/fortran/resolve.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12650,7 +12650,6 @@ gfc_resolve_forall (gfc_code *code, gfc_namespace *ns, int forall_save)
1265012650
{
1265112651
if (fa->shadow)
1265212652
{
12653-
gfc_symbol *outer_sym;
1265412653
gfc_symtree *shadow_st;
1265512654
const char *shadow_name_str;
1265612655
char *outer_name;

0 commit comments

Comments
 (0)