Remove a now-dead map, patch by Saem Ghani, thanks!

llvm-svn: 24629
This commit is contained in:
Chris Lattner 2005-12-07 05:41:44 +00:00
parent 26473b6b58
commit 30aa5f735f
1 changed files with 1 additions and 2 deletions

View File

@ -47,7 +47,6 @@ class po_iterator : public forward_iterator<typename GT::NodeType, ptrdiff_t>,
typedef typename GT::NodeType NodeType;
typedef typename GT::ChildIteratorType ChildItTy;
std::set<NodeType *> Visited; // All of the blocks visited so far...
// VisitStack - Used to maintain the ordering. Top = current block
// First element is basic block pointer, second is the 'next child' to visit
std::stack<std::pair<NodeType *, ChildItTy> > VisitStack;