Fortran: Remove unused variable. [PR 96255]

PR fortran/96255

gcc/fortran/ChangeLog:

	* resolve.cc (gfc_resolve_forall): Delete outer_sym
This commit is contained in:
Jerry DeLisle 2025-11-11 13:57:06 -08:00
parent 1eb696fc09
commit 0ef98bf335
1 changed files with 0 additions and 1 deletions

View File

@ -12650,7 +12650,6 @@ gfc_resolve_forall (gfc_code *code, gfc_namespace *ns, int forall_save)
{
if (fa->shadow)
{
gfc_symbol *outer_sym;
gfc_symtree *shadow_st;
const char *shadow_name_str;
char *outer_name;