diff options
| -rw-r--r-- | llvm/lib/VMCore/LLVMContextImpl.h | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/llvm/lib/VMCore/LLVMContextImpl.h b/llvm/lib/VMCore/LLVMContextImpl.h index 1ee4ad737e4..77130d1ab94 100644 --- a/llvm/lib/VMCore/LLVMContextImpl.h +++ b/llvm/lib/VMCore/LLVMContextImpl.h @@ -111,8 +111,6 @@ public:    ValueMap<char, Type, ConstantAggregateZero> AggZeroConstants; -  SmallPtrSet<const MDNode *, 8> MDNodes; -    typedef ValueMap<std::vector<Constant*>, ArrayType,       ConstantArray, true /*largekey*/> ArrayConstantsTy;    ArrayConstantsTy ArrayConstants; | 

