mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-14 23:10:56 +08:00
Remove leftover variable definition.
gcc/ * omp-low.c (tmp_ompfn_id_num): Remove leftover variable definition. From-SVN: r206059
This commit is contained in:
parent
ba73b87938
commit
7bac74e552
@ -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.
|
||||
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user