diff options
-rw-r--r-- | lib/VMCore/LLVMContextImpl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/VMCore/LLVMContextImpl.h b/lib/VMCore/LLVMContextImpl.h index 1ee4ad737e..77130d1ab9 100644 --- a/lib/VMCore/LLVMContextImpl.h +++ b/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; |