diff options
Diffstat (limited to 'include/llvm/Module.h')
-rw-r--r-- | include/llvm/Module.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Module.h b/include/llvm/Module.h index a0f63fb852..7ac9caf13a 100644 --- a/include/llvm/Module.h +++ b/include/llvm/Module.h @@ -66,7 +66,6 @@ public: private: GlobalListType GlobalList; // The Global Variables in the module FunctionListType FunctionList; // The Functions in the module - GlobalValueRefMap *GVRefMap; // Keep track of GlobalValueRef's SymbolTable *SymTab; // Symbol Table for the module std::string ModuleID; // Human readable identifier for the module |