[C++] Use existing local variable in cp_parser_oacc_enter_exit_data
authorJames Norris <jnorris@codesourcery.com>
Fri, 30 Nov 2018 20:39:40 +0000 (20:39 +0000)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Fri, 30 Nov 2018 20:39:40 +0000 (21:39 +0100)
commit344b0fdf2ee426f81cf8ceafa069c42cfdc9f5fc
treee8d0367ebe79a058bbc3a6371b6400c51ed1d69c
parent020dd8e4a099df17f76e0ad15085ab865d57c63c
[C++] Use existing local variable in cp_parser_oacc_enter_exit_data

gcc/cp/
* parser.c (cp_parser_oacc_enter_exit_data): Use existing local
variable.

Reviewed-by: Thomas Schwinge <thomas@codesourcery.com>
From-SVN: r266687
gcc/cp/ChangeLog
gcc/cp/parser.c