From d3c733f95f14de2a1a3b09ccfa2ca94294a719fb Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Fri, 25 May 2001 19:44:20 +0000 Subject: * c-parse.in (notype_initdcl): Remove redundant line. From-SVN: r42581 --- gcc/c-parse.in | 1 - 1 file changed, 1 deletion(-) (limited to 'gcc/c-parse.in') diff --git a/gcc/c-parse.in b/gcc/c-parse.in index e64e140..bcbd15f 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, -- cgit v1.1