I forgot to remove two unused variables.
Applying to trunk as obvious.
2014-11-04 Marek Polacek
* sanopt.c (sanopt_optimize_walker): Remove unused variables.
diff --git gcc/sanopt.c gcc/sanopt.c
index f1d51d1..4483ff7 100644
--- gcc/sanopt.c
+++ gcc/sanopt.c
@@ -117,9 +117,6 @@ sanop
Dominik Vogt pointed out that libgo has some unused variables. They are
copied from the gc repository, where they are used, but they make no
sense for gccgo. This patch removes them. Bootstrapped on
x86_64-unknown-linux-gnu, committed to mainline.
Ian
diff -r e55673d1a916 libgo/runtime/runtime