aboutsummaryrefslogtreecommitdiff
path: root/gcc/omp-low.c
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2013-12-17 16:22:29 +0100
committerThomas Schwinge <tschwinge@gcc.gnu.org>2013-12-17 16:22:29 +0100
commit7bac74e552ac2ed1dc9335f9fdb91ad760694267 (patch)
tree86d3de59f5b4c2b6b88b262a78273dfc6200bfa5 /gcc/omp-low.c
parentba73b879387703fa5d57e9a2bf4fcf6ad14e44f6 (diff)
downloadgcc-7bac74e552ac2ed1dc9335f9fdb91ad760694267.zip
gcc-7bac74e552ac2ed1dc9335f9fdb91ad760694267.tar.gz
gcc-7bac74e552ac2ed1dc9335f9fdb91ad760694267.tar.bz2
Remove leftover variable definition.
gcc/ * omp-low.c (tmp_ompfn_id_num): Remove leftover variable definition. From-SVN: r206059
Diffstat (limited to 'gcc/omp-low.c')
-rw-r--r--gcc/omp-low.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/omp-low.c b/gcc/omp-low.c
index cb04c71..2398a96 100644
--- a/gcc/omp-low.c
+++ b/gcc/omp-low.c
@@ -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)
{