Remove a dead var noticed by Yorion

llvm-svn: 30841
This commit is contained in:
Chris Lattner 2006-10-09 20:12:37 +00:00
parent 4d03bf8f43
commit dfa8d9258a
1 changed files with 0 additions and 1 deletions

View File

@ -103,7 +103,6 @@ struct ListReducer {
std::vector<ElTy> EmptyList;
while (Changed) {
Changed = false;
std::vector<ElTy> TrimmedList;
for (unsigned i = 1; i < TheList.size()-1; ++i) { // Check interior elts
if (BugpointIsInterrupted) {
std::cerr << "\n\n*** Reduction Interrupted, cleaning up...\n\n";