diff --git a/include/llvm/Analysis/LazyCallGraph.h b/include/llvm/Analysis/LazyCallGraph.h index faf9348f711..d22f2cf8db0 100644 --- a/include/llvm/Analysis/LazyCallGraph.h +++ b/include/llvm/Analysis/LazyCallGraph.h @@ -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;