]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Remove leftover comment.
authorThomas Schwinge <thomas@codesourcery.com>
Tue, 17 Dec 2013 15:22:07 +0000 (16:22 +0100)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Tue, 17 Dec 2013 15:22:07 +0000 (16:22 +0100)
gcc/
* omp-low.c: Remove leftover comment.

From-SVN: r206057

gcc/ChangeLog
gcc/omp-low.c

index 5ed175db3f16fcf0b457e273db6a6450adc139ee..0a39124d657783cc85fa397b9dbcc4ab6f65614e 100644 (file)
@@ -1,5 +1,7 @@
 2013-12-17  Thomas Schwinge  <thomas@codesourcery.com>
 
+       * omp-low.c: Remove leftover comment.
+
        * omp-low.c (check_combined_parallel): Reflect reality in comment.
 
        * doc/cfg.texi (Control Flow): Refer to passes.def instead of
index 1bab84e6eb0f50dbb44234a3c4e1588680486f20..cb04c71c9d349718037d324a9899852dee9128b2 100644 (file)
@@ -1220,8 +1220,6 @@ omp_copy_decl (tree var, copy_body_data *cb)
 }
 
 
-/* Return the parallel region associated with STMT.  */
-
 /* Debugging dumps for parallel regions.  */
 void dump_omp_region (FILE *, struct omp_region *, int);
 void debug_omp_region (struct omp_region *);