forked from OSchip/llvm-project
[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. llvm-svn: 206455
This commit is contained in:
parent
b5f938dc00
commit
7e107dabd6
|
@ -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