mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-22 23:01:17 +08:00
* c-parser.c (c_parser_enum_specifier): Remove redundant line.
From-SVN: r246156
This commit is contained in:
parent
94285a7d56
commit
d579c38510
@ -1,3 +1,7 @@
|
||||
2017-03-15 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
* c-parser.c (c_parser_enum_specifier): Remove redundant line.
|
||||
|
||||
2017-03-11 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
* c-decl.c (implicit_decl_warning): Add a comment. Fix formatting.
|
||||
|
@ -2694,7 +2694,6 @@ c_parser_enum_specifier (c_parser *parser)
|
||||
location_t enum_loc;
|
||||
location_t ident_loc = UNKNOWN_LOCATION; /* Quiet warning. */
|
||||
gcc_assert (c_parser_next_token_is_keyword (parser, RID_ENUM));
|
||||
enum_loc = c_parser_peek_token (parser)->location;
|
||||
c_parser_consume_token (parser);
|
||||
attrs = c_parser_attributes (parser);
|
||||
enum_loc = c_parser_peek_token (parser)->location;
|
||||
|
Loading…
x
Reference in New Issue
Block a user