diff options
author | Chris Lattner <sabre@nondot.org> | 2006-10-09 20:12:37 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-10-09 20:12:37 +0000 |
commit | dfa8d9258ae6d0b28d13e3e51d104f3d628b27d2 (patch) | |
tree | 7f7b344b72e2c0c38cc1760b2144b840cbba6230 /llvm/tools/bugpoint/ListReducer.h | |
parent | 4d03bf8f4320eb0bcd6fb4caf16cb43b43f50630 (diff) | |
download | bcm5719-llvm-dfa8d9258ae6d0b28d13e3e51d104f3d628b27d2.tar.gz bcm5719-llvm-dfa8d9258ae6d0b28d13e3e51d104f3d628b27d2.zip |
Remove a dead var noticed by Yorion
llvm-svn: 30841
Diffstat (limited to 'llvm/tools/bugpoint/ListReducer.h')
-rw-r--r-- | llvm/tools/bugpoint/ListReducer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/tools/bugpoint/ListReducer.h b/llvm/tools/bugpoint/ListReducer.h index 9bb93b5b83c..784c2f8bde4 100644 --- a/llvm/tools/bugpoint/ListReducer.h +++ b/llvm/tools/bugpoint/ListReducer.h @@ -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"; |