Remove variables assigned to but never used.
authorBen Pfaff <blp@cs.stanford.edu>
Tue, 25 Sep 2012 22:36:50 +0000 (15:36 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 26 Sep 2012 04:20:51 +0000 (21:20 -0700)
Each of the variables removed here was assigned a value that was
never used, the assignment didn't have any useful side effects, and
I don't see anything that the variable should have been used for.

Found by GCC 4.7.


No differences found