Remove dead variable found by clang++.

llvm-svn: 88803
This commit is contained in:
Benjamin Kramer 2009-11-14 19:51:20 +00:00
parent 8748f55236
commit 879350e223

View File

@ -310,7 +310,6 @@ public:
if (DomTreeNodes.size() != OtherDomTreeNodes.size())
return true;
SmallPtrSet<const NodeT *,4> MyBBs;
for (typename DomTreeNodeMapType::const_iterator
I = this->DomTreeNodes.begin(),
E = this->DomTreeNodes.end(); I != E; ++I) {