diff options
Diffstat (limited to 'gcc/fortran/decl.c')
-rw-r--r-- | gcc/fortran/decl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/fortran/decl.c b/gcc/fortran/decl.c index 0329de5..23ac5c3 100644 --- a/gcc/fortran/decl.c +++ b/gcc/fortran/decl.c @@ -1656,12 +1656,10 @@ variable_decl (int elem) match m; gfc_try t; gfc_symbol *sym; - locus old_locus; initializer = NULL; as = NULL; cp_as = NULL; - old_locus = gfc_current_locus; /* When we get here, we've just matched a list of attributes and maybe a type and a double colon. The next thing we expect to see |