aboutsummaryrefslogtreecommitdiff
path: root/gcc
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
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')
-rw-r--r--gcc/ChangeLog3
-rw-r--r--gcc/omp-low.c2
2 files changed, 3 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 0f9dfbc..d51d061 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
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)
{