From: Chris Lattner Date: Thu, 14 Oct 2004 14:51:09 +0000 (+0000) Subject: Remove unneeded typedef, patch by Morten Ofstad X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=15f47878e43fe8a3f22631f72a4d242322f66555;p=oota-llvm.git Remove unneeded typedef, patch by Morten Ofstad git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16984 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Analysis/IntervalIterator.h b/include/llvm/Analysis/IntervalIterator.h index 066046af9e9..c6a87bdf94b 100644 --- a/include/llvm/Analysis/IntervalIterator.h +++ b/include/llvm/Analysis/IntervalIterator.h @@ -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 _Self; typedef std::forward_iterator_tag iterator_category;