[LCG] Remove two unused typedefs from the iterators.

llvm-svn: 207052
This commit is contained in:
Chandler Carruth 2014-04-23 23:51:02 +00:00
parent 27931a41e4
commit a800e28818
1 changed files with 0 additions and 4 deletions

View File

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