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 {};