[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
This commit is contained in:
Chandler Carruth
2014-04-17 07:22:19 +00:00
parent d7eaf4f325
commit 40f67f5764
2 changed files with 3 additions and 5 deletions

View File

@@ -209,8 +209,6 @@ public:
}
private:
Module &M;
/// \brief Allocator that holds all the call graph nodes.
SpecificBumpPtrAllocator<Node> BPA;