[LCG] Remove the Module reference member which we weren't using for
[oota-llvm.git] / include / llvm / Analysis / LazyCallGraph.h
index d5785e740aebc54915bf663e54f4ad198990cb83..0215cfc11c461948b7b6f1df558a8f90211565b5 100644 (file)
@@ -209,8 +209,6 @@ public:
   }
 
 private:
-  Module &M;
-
   /// \brief Allocator that holds all the call graph nodes.
   SpecificBumpPtrAllocator<Node> BPA;