Remove unneeded typedef, patch by Morten Ofstad
authorChris Lattner <sabre@nondot.org>
Thu, 14 Oct 2004 14:51:09 +0000 (14:51 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 14 Oct 2004 14:51:09 +0000 (14:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16984 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/IntervalIterator.h

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