diff options
Diffstat (limited to 'gcc/cp/parser.c')
-rw-r--r-- | gcc/cp/parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/parser.c b/gcc/cp/parser.c index 0ab5275..0c918ecf 100644 --- a/gcc/cp/parser.c +++ b/gcc/cp/parser.c @@ -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, |