]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 0f9dfbce1ed654f7ea291ae276fc74cb2368f43d..d51d0613296c623f4908af79ba7f853abef05c70 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 cb04c71c9d349718037d324a9899852dee9128b2..2398a96c0ea4478f4c741da7288087e478d4c2ec 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)
 {