[PM/AA] Remove two no-op overridden functions that just delegated to the
[oota-llvm.git] / include / llvm / Analysis / CallGraph.h
index 06fed90c7f67947a0f872c6e75e917ef1d0cee44..651d1901f3e7e444cfafee88e4e01c868692ddc8 100644 (file)
@@ -106,10 +106,6 @@ class CallGraph {
 
 public:
   CallGraph(Module &M);
-  // Default move ctor is fine, the dtor just does things to CallsExternalNode
-  // (if non-null) and the values in the FunctionMap, all of which should be
-  // null post-move, so no-op the dtor on the moved-from side.
-  CallGraph(CallGraph &&) = default;
   ~CallGraph();
 
   void print(raw_ostream &OS) const;