[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:
Chandler Carruth 2014-04-17 09:41:54 +00:00
parent b5f938dc00
commit 7e107dabd6
1 changed files with 0 additions and 3 deletions

View File

@ -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;