Index: include/llvm/Analysis/IntervalIterator.h =================================================================== RCS file: /var/cvs/llvm/llvm/include/llvm/Analysis/IntervalIterator.h,v retrieving revision 1.19 diff -u -r1.19 IntervalIterator.h --- include/llvm/Analysis/IntervalIterator.h 12 Oct 2004 16:10:39 -0000 1.19 +++ include/llvm/Analysis/IntervalIterator.h 14 Oct 2004 11:20:17 -0000 @@ -94,7 +94,6 @@ bool IOwnMem; // If True, delete intervals when done with them // See file header for conditions of use public: - typedef BasicBlock* _BB; typedef IntervalIterator _Self; typedef std::forward_iterator_tag iterator_category;