mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
[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:
@@ -209,8 +209,6 @@ public:
|
||||
}
|
||||
|
||||
private:
|
||||
Module &M;
|
||||
|
||||
/// \brief Allocator that holds all the call graph nodes.
|
||||
SpecificBumpPtrAllocator<Node> BPA;
|
||||
|
||||
|
Reference in New Issue
Block a user