Remove unneeded typedef, patch by Morten Ofstad

llvm-svn: 16984
This commit is contained in:
Chris Lattner 2004-10-14 14:51:09 +00:00
parent 1f596c3358
commit 645d8c2863
1 changed files with 0 additions and 2 deletions

View File

@ -94,8 +94,6 @@ class IntervalIterator {
bool IOwnMem; // If True, delete intervals when done with them bool IOwnMem; // If True, delete intervals when done with them
// See file header for conditions of use // See file header for conditions of use
public: public:
typedef BasicBlock* _BB;
typedef IntervalIterator<NodeTy, OrigContainer_t> _Self; typedef IntervalIterator<NodeTy, OrigContainer_t> _Self;
typedef std::forward_iterator_tag iterator_category; typedef std::forward_iterator_tag iterator_category;