Commit 7bac74e5 by Thomas Schwinge Committed by Thomas Schwinge

Remove leftover variable definition.

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

From-SVN: r206059
parent ba73b879
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.
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment