1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

[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 16ac64caec
commit 1729fb332d

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