summaryrefslogtreecommitdiff
path: root/tools/bugpoint/ListReducer.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-10-09 20:12:37 +0000
committerChris Lattner <sabre@nondot.org>2006-10-09 20:12:37 +0000
commit54e4c02d8e7ca49b89a1f39824a7617920dd43f0 (patch)
tree2682ffa550f2c752d39b5219a8c6db4ea35a21e4 /tools/bugpoint/ListReducer.h
parentff7e63cf7ade2c435c133d2065b679884f7cf44e (diff)
downloadllvm-54e4c02d8e7ca49b89a1f39824a7617920dd43f0.tar.gz
llvm-54e4c02d8e7ca49b89a1f39824a7617920dd43f0.tar.bz2
llvm-54e4c02d8e7ca49b89a1f39824a7617920dd43f0.tar.xz
Remove a dead var noticed by Yorion
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30841 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/bugpoint/ListReducer.h')
-rw-r--r--tools/bugpoint/ListReducer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/bugpoint/ListReducer.h b/tools/bugpoint/ListReducer.h
index 9bb93b5b83..784c2f8bde 100644
--- a/tools/bugpoint/ListReducer.h
+++ b/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";