mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-07 11:33:44 +00:00
[LCG] Remove a dead declaration. This stopped being used when I switched
to a more normal move operation on the graph itself. The definition already got removed, but I missed the declaration. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206455 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cad56cba1f
commit
83ae2f7c65
@ -186,9 +186,6 @@ public:
|
||||
/// \brief Constructor used when copying a node from one graph to another.
|
||||
Node(LazyCallGraph &G, const Node &OtherN);
|
||||
|
||||
/// \brief Constructor used when moving a node from one graph to another.
|
||||
Node(LazyCallGraph &G, Node &&OtherN);
|
||||
|
||||
public:
|
||||
typedef LazyCallGraph::iterator iterator;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user