Remove leftover variable definition.
authorThomas Schwinge <thomas@codesourcery.com>
Tue, 17 Dec 2013 15:22:29 +0000 (16:22 +0100)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Tue, 17 Dec 2013 15:22:29 +0000 (16:22 +0100)
gcc/
* omp-low.c (tmp_ompfn_id_num): Remove leftover variable
definition.

From-SVN: r206059

gcc/ChangeLog
gcc/omp-low.c

index 0f9dfbc..d51d061 100644 (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.
 
index cb04c71..2398a96 100644 (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)
 {