diff options
| author | Chandler Carruth <chandlerc@gmail.com> | 2014-04-23 23:51:02 +0000 |
|---|---|---|
| committer | Chandler Carruth <chandlerc@gmail.com> | 2014-04-23 23:51:02 +0000 |
| commit | a800e2881815c68549e8da3c86438a872b27ad14 (patch) | |
| tree | 21312f421c48a6f27c49f54f0a68848343856c19 /llvm | |
| parent | 27931a41e440e981514985f35155e65445381c25 (diff) | |
| download | bcm5719-llvm-a800e2881815c68549e8da3c86438a872b27ad14.tar.gz bcm5719-llvm-a800e2881815c68549e8da3c86438a872b27ad14.zip | |
[LCG] Remove two unused typedefs from the iterators.
llvm-svn: 207052
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/Analysis/LazyCallGraph.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/include/llvm/Analysis/LazyCallGraph.h b/llvm/include/llvm/Analysis/LazyCallGraph.h index 6aa0b8e0a2f..d0de2aab10b 100644 --- a/llvm/include/llvm/Analysis/LazyCallGraph.h +++ b/llvm/include/llvm/Analysis/LazyCallGraph.h @@ -115,8 +115,6 @@ public: class iterator : public std::iterator<std::bidirectional_iterator_tag, Node> { friend class LazyCallGraph; friend class LazyCallGraph::Node; - typedef std::iterator<std::bidirectional_iterator_tag, Node *, ptrdiff_t, - Node *, Node *> 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<std::forward_iterator_tag, SCC *, ptrdiff_t, - SCC *, SCC *> BaseT; /// \brief Nonce type to select the constructor for the end iterator. struct IsAtEndT {}; |

