diff options
author | Tobias Burnus <burnus@net-b.de> | 2011-02-13 09:55:05 +0100 |
---|---|---|
committer | Tobias Burnus <burnus@gcc.gnu.org> | 2011-02-13 09:55:05 +0100 |
commit | eb369a703fe9aa3eaa74948f65b272331251d6af (patch) | |
tree | 28c63cbd1ce1176faa9bf7fba9f7ee7073e226a4 /gcc/cp/parser.c | |
parent | 9acf6b7aae454436c964ce864ce8a753f45ff476 (diff) | |
download | gcc-eb369a703fe9aa3eaa74948f65b272331251d6af.tar.gz |
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
Diffstat (limited to 'gcc/cp/parser.c')
-rw-r--r-- | gcc/cp/parser.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cp/parser.c b/gcc/cp/parser.c index ecdc66c9a86..42a0a39a32d 100644 --- a/gcc/cp/parser.c +++ b/gcc/cp/parser.c @@ -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)) |