From 40f67f57649860bc676df359325c61abc0157a2e Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Thu, 17 Apr 2014 07:22:19 +0000 Subject: [LCG] Remove the Module reference member which we weren't using for anything and doesn't make sense if assigning. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206449 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Analysis/LazyCallGraph.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/llvm') diff --git a/include/llvm/Analysis/LazyCallGraph.h b/include/llvm/Analysis/LazyCallGraph.h index d5785e740a..0215cfc11c 100644 --- a/include/llvm/Analysis/LazyCallGraph.h +++ b/include/llvm/Analysis/LazyCallGraph.h @@ -209,8 +209,6 @@ public: } private: - Module &M; - /// \brief Allocator that holds all the call graph nodes. SpecificBumpPtrAllocator BPA; -- cgit v1.2.3