aboutsummaryrefslogtreecommitdiff
path: root/gcc/sanopt.c
diff options
context:
space:
mode:
authorMarek Polacek <polacek@redhat.com>2014-11-04 19:59:35 +0000
committerMarek Polacek <mpolacek@gcc.gnu.org>2014-11-04 19:59:35 +0000
commit673fade339ee671ef26258d9ece2f3947fb43a19 (patch)
treec8b4fd0b3c267723b3476436c4f5091ab2f17a5f /gcc/sanopt.c
parent06cefae97e37d462c9b06a7a26bb9e230abeaed3 (diff)
downloadgcc-673fade339ee671ef26258d9ece2f3947fb43a19.zip
gcc-673fade339ee671ef26258d9ece2f3947fb43a19.tar.gz
gcc-673fade339ee671ef26258d9ece2f3947fb43a19.tar.bz2
* sanopt.c (sanopt_optimize_walker): Remove unused variables.
From-SVN: r217100
Diffstat (limited to 'gcc/sanopt.c')
-rw-r--r--gcc/sanopt.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/sanopt.c b/gcc/sanopt.c
index f1d51d1..4483ff7 100644
--- a/gcc/sanopt.c
+++ b/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 ();