From: Chandler Carruth Date: Wed, 23 Apr 2014 23:51:02 +0000 (+0000) Subject: [LCG] Remove two unused typedefs from the iterators. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e3273c50a2b325e49df8fa60dd1802bc7772a656;p=oota-llvm.git [LCG] Remove two unused typedefs from the iterators. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207052 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Analysis/LazyCallGraph.h b/include/llvm/Analysis/LazyCallGraph.h index 6aa0b8e0a2f..d0de2aab10b 100644 --- a/include/llvm/Analysis/LazyCallGraph.h +++ b/include/llvm/Analysis/LazyCallGraph.h @@ -115,8 +115,6 @@ public: class iterator : public std::iterator { friend class LazyCallGraph; friend class LazyCallGraph::Node; - typedef std::iterator BaseT; /// \brief Nonce type to select the constructor for the end iterator. struct IsAtEndT {}; @@ -254,8 +252,6 @@ public: SCC *> { friend class LazyCallGraph; friend class LazyCallGraph::Node; - typedef std::iterator BaseT; /// \brief Nonce type to select the constructor for the end iterator. struct IsAtEndT {};