OSDN Git Service

2011-02-13 Tobias Burnus <burnus@net-b.de>
authorburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 13 Feb 2011 08:55:05 +0000 (08:55 +0000)
committerburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 13 Feb 2011 08:55:05 +0000 (08:55 +0000)
        * parser.c (cp_parser_declaration): Remove unused variable.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170103 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/ChangeLog
gcc/cp/parser.c

index a24df82..d3c7cb7 100644 (file)
@@ -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
index ecdc66c..42a0a39 100644 (file)
@@ -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))