parser.c (cp_parser_oacc_declare): Remove unused.
gcc/cp/ * parser.c (cp_parser_oacc_declare): Remove unused. From-SVN: r230277
This commit is contained in:
parent
87d8dd6c45
commit
be561c63f4
@ -1,3 +1,7 @@
|
||||
2015-11-12 James Norris <jnorris@codesourcery.com>
|
||||
|
||||
* parser.c (cp_parser_oacc_declare): Remove unused.
|
||||
|
||||
2015-11-12 James Norris <jnorris@codesourcery.com>
|
||||
Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
|
@ -34562,7 +34562,7 @@ cp_parser_oacc_data (cp_parser *parser, cp_token *pragma_tok)
|
||||
static tree
|
||||
cp_parser_oacc_declare (cp_parser *parser, cp_token *pragma_tok)
|
||||
{
|
||||
tree clauses, stmt, t;
|
||||
tree clauses, stmt;
|
||||
bool error = false;
|
||||
|
||||
clauses = cp_parser_oacc_all_clauses (parser, OACC_DECLARE_CLAUSE_MASK,
|
||||
|
Loading…
x
Reference in New Issue
Block a user