mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 04:32:19 +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> {
|
class iterator : public std::iterator<std::bidirectional_iterator_tag, Node> {
|
||||||
friend class LazyCallGraph;
|
friend class LazyCallGraph;
|
||||||
friend class LazyCallGraph::Node;
|
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.
|
/// \brief Nonce type to select the constructor for the end iterator.
|
||||||
struct IsAtEndT {};
|
struct IsAtEndT {};
|
||||||
@ -254,8 +252,6 @@ public:
|
|||||||
SCC *> {
|
SCC *> {
|
||||||
friend class LazyCallGraph;
|
friend class LazyCallGraph;
|
||||||
friend class LazyCallGraph::Node;
|
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.
|
/// \brief Nonce type to select the constructor for the end iterator.
|
||||||
struct IsAtEndT {};
|
struct IsAtEndT {};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user