diff mbox

[gomp4] Fix bootstrap

Message ID 53D66812.2010905@mentor.com
State New
Headers show

Commit Message

Tom de Vries July 28, 2014, 3:11 p.m. UTC
Hi,

this patch removes some unused variables and fixes bootstrap of the gomp-4_0-branch.

Committed to gomp-4_0-branch as trivial.

Thanks,
- Tom
diff mbox

Patch

2014-07-28  Tom de Vries  <tom@codesourcery.com>

	* omp-low.c (process_reduction_data): Remove unused variables.

diff --git a/gcc/omp-low.c b/gcc/omp-low.c
index b188e2d..927522c 100644
--- a/gcc/omp-low.c
+++ b/gcc/omp-low.c
@@ -9696,8 +9696,6 @@  process_reduction_data (gimple_seq *body, gimple_seq *in_stmt_seqp,
       switch (gimple_code (stmt))
 	{
 	case GIMPLE_OMP_FOR:
-	  tree clauses, nthreads, t;
-
 	  clauses = gimple_omp_for_clauses (stmt);
 
 	  /* Search for a reduction clause.  */