summaryrefslogtreecommitdiff
path: root/gcc/sanopt.c
diff options
context:
space:
mode:
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 f1d51d1c765..4483ff75cba 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 ();