diff options
Diffstat (limited to 'include/llvm/Linker.h')
-rw-r--r-- | include/llvm/Linker.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Linker.h b/include/llvm/Linker.h index a398e12..6761b8e 100644 --- a/include/llvm/Linker.h +++ b/include/llvm/Linker.h @@ -111,7 +111,6 @@ class Linker { /// @name Data /// @{ private: - LLVMContext& Context; ///< The context for global information Module* Composite; ///< The composite module linked together /// @} |