Remove leftover variable definition.

gcc/
	* omp-low.c (tmp_ompfn_id_num): Remove leftover variable
	definition.

From-SVN: r206059
This commit is contained in:
Thomas Schwinge 2013-12-17 16:22:29 +01:00 committed by Thomas Schwinge
parent ba73b87938
commit 7bac74e552
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,8 @@
2013-12-17 Thomas Schwinge <thomas@codesourcery.com>
* omp-low.c (tmp_ompfn_id_num): Remove leftover variable
definition.
* tree-pass.h (make_pass_expand_omp_ssa): Remove leftover function
declaration.

View File

@ -1820,8 +1820,6 @@ scan_sharing_clauses (tree clauses, omp_context *ctx)
/* Create a new name for omp child function. Returns an identifier. */
static GTY(()) unsigned int tmp_ompfn_id_num;
static tree
create_omp_child_function_name (bool task_copy)
{