From d3c733f95f14de2a1a3b09ccfa2ca94294a719fb Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Fri, 25 May 2001 19:44:20 +0000 Subject: [PATCH] * c-parse.in (notype_initdcl): Remove redundant line. From-SVN: r42581 --- gcc/ChangeLog | 4 ++++ gcc/c-parse.in | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b35f0055fb7..6f9a13c2f68 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-05-25 Neil Booth + + * c-parse.in (notype_initdcl): Remove redundant line. + 2001-05-25 Rainer Orth * aclocal.m4: Fixed typo. diff --git a/gcc/c-parse.in b/gcc/c-parse.in index e64e140dfa1..bcbd15f8701 100644 --- a/gcc/c-parse.in +++ b/gcc/c-parse.in @@ -1460,7 +1460,6 @@ notype_initdcl: init /* Note how the declaration of the variable is in effect while its init is parsed! */ { finish_init (); - decl_attributes ($5, $3, prefix_attributes); finish_decl ($5, $6, $2); } | notype_declarator maybeasm maybe_attribute { tree d = start_decl ($1, current_declspecs, 0, -- 2.30.2