Don't store the context in the Linker.
[oota-llvm.git] / include / llvm / Linker.h
index a398e1233a453e04d8ca491e7f38a96efbee8624..6761b8e68ed6d5817a3e3f8d345484a2249c4f11 100644 (file)
@@ -111,7 +111,6 @@ class Linker {
   /// @name Data
   /// @{
   private:
-    LLVMContext& Context; ///< The context for global information
     Module* Composite; ///< The composite module linked together
   /// @}