diff mbox

[committed] Remove unused variables

Message ID 20141104200012.GW20462@redhat.com
State New
Headers show

Commit Message

Marek Polacek Nov. 4, 2014, 8 p.m. UTC
I forgot to remove two unused variables.

Applying to trunk as obvious.

2014-11-04  Marek Polacek  <polacek@redhat.com>

	* sanopt.c (sanopt_optimize_walker): Remove unused variables.


	Marek
diff mbox

Patch

diff --git gcc/sanopt.c gcc/sanopt.c
index f1d51d1..4483ff7 100644
--- gcc/sanopt.c
+++ gcc/sanopt.c
@@ -117,9 +117,6 @@  sanopt_optimize_walker (basic_block bb, struct sanopt_ctx *ctx)
 		     for this pointer.  Perhaps we can drop this one.
 		     But only if this check doesn't specify stricter
 		     alignment.  */
-		  int i;
-		  gimple g;
-
 		  while (!v.is_empty ())
 		    {
 		      gimple g = v.last ();