summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-05-04 02:34:41 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-05-04 02:34:41 +0000
commitbcc6ac93bae207431efff90dfb3e741ffdf11469 (patch)
tree62cc48d01e39ed271718f35f5e78cb20f1a628d2 /include
parentae8f1f3fde1d9618bfcf8f629ffd68c26015f921 (diff)
downloadllvm-bcc6ac93bae207431efff90dfb3e741ffdf11469.tar.gz
llvm-bcc6ac93bae207431efff90dfb3e741ffdf11469.tar.bz2
llvm-bcc6ac93bae207431efff90dfb3e741ffdf11469.tar.xz
Don't store the context in the Linker.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181097 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Linker.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Linker.h b/include/llvm/Linker.h
index a398e1233a..6761b8e68e 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
/// @}