diff options
Diffstat (limited to 'gcc/fortran/expr.c')
-rw-r--r-- | gcc/fortran/expr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/fortran/expr.c b/gcc/fortran/expr.c index 661cac4..b3f6453 100644 --- a/gcc/fortran/expr.c +++ b/gcc/fortran/expr.c @@ -4221,7 +4221,6 @@ gfc_build_intrinsic_call (const char* name, locus where, unsigned numarg, ...) result->expr_type = EXPR_FUNCTION; result->ts = isym->ts; result->where = where; - gfc_get_ha_sym_tree (isym->name, &result->symtree); result->value.function.name = name; result->value.function.isym = isym; |