mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-29 10:32:47 +00:00
[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
This commit is contained in:
parent
23615f8f5c
commit
e3273c50a2
@ -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 {};
|
||||
|
Loading…
Reference in New Issue
Block a user