diff options
Diffstat (limited to 'gcc/fortran/resolve.c')
-rw-r--r-- | gcc/fortran/resolve.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/fortran/resolve.c b/gcc/fortran/resolve.c index 2a96712..250c9eb 100644 --- a/gcc/fortran/resolve.c +++ b/gcc/fortran/resolve.c @@ -1582,16 +1582,6 @@ resolve_procedure_expression (gfc_expr* expr) } -gfc_array_spec * -symbol_as (gfc_symbol *sym) -{ - if (sym->ts.type == BT_CLASS && sym->attr.class_ok) - return CLASS_DATA (sym)->as; - else - return sym->as; -} - - /* Resolve an actual argument list. Most of the time, this is just resolving the expressions in the list. The exception is that we sometimes have to decide whether arguments |