PR fortran/52038
* resolve.c (symbol_as): Remove unused, accidentally
added function.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@183675
138bc75d-0d04-0410-961f-
82ee72b054a4
+2012-01-29 Tobias Burnus <burnus@net-b.de>
+
+ PR fortran/52038
+ * resolve.c (symbol_as): Remove unused, accidentally
+ added function.
+
2012-01-28 Tobias Burnus <burnus@net-b.de>
PR fortran/51972
}
-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