alpha: Remove set but unused variables.
authorRichard Henderson <rth@twiddle.net>
Sun, 17 Apr 2011 20:05:24 +0000 (13:05 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 17 Apr 2011 21:41:30 +0000 (14:41 -0700)
This is a new warning in gcc 4.6.  Several of these variables are
used within #if 0 code, which probably ought to be removed.  Most
of the changes are legitimate cleanups.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

No differences found