diff options
Diffstat (limited to 'gcc/fortran/match.c')
-rw-r--r-- | gcc/fortran/match.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/fortran/match.c b/gcc/fortran/match.c index f6650e78b52..153dfdb3073 100644 --- a/gcc/fortran/match.c +++ b/gcc/fortran/match.c @@ -1,5 +1,5 @@ /* Matching subroutines in all sizes, shapes and colors. - Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 + Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. Contributed by Andy Vaught @@ -2901,12 +2901,9 @@ done: static match match_typebound_call (gfc_symtree* varst) { - gfc_symbol* var; gfc_expr* base; match m; - var = varst->n.sym; - base = gfc_get_expr (); base->expr_type = EXPR_VARIABLE; base->symtree = varst; |