parser.c (cp_parser_declaration): Remove unused variable.
2011-02-13 Tobias Burnus <burnus@net-b.de> * parser.c (cp_parser_declaration): Remove unused variable. From-SVN: r170103
This commit is contained in:
parent
9acf6b7aae
commit
eb369a703f
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-02-13 Tobias Burnus <burnus@net-b.de>
|
||||
|
||||
* parser.c (cp_parser_declaration): Remove unused variable.
|
||||
|
||||
2011-02-13 Mike Stump <mikestump@comcast.net>
|
||||
|
||||
* Make-lang.in (cp/parser.o): Move c-family/c-objc.h dependancy
|
||||
|
|
|
@ -9325,7 +9325,6 @@ cp_parser_declaration (cp_parser* parser)
|
|||
cp_token token2;
|
||||
int saved_pedantic;
|
||||
void *p;
|
||||
tree attributes = NULL_TREE;
|
||||
|
||||
/* Check for the `__extension__' keyword. */
|
||||
if (cp_parser_extension_opt (parser, &saved_pedantic))
|
||||
|
|
Loading…
Add table
Reference in a new issue