Remove dead code.
authorDevang Patel <dpatel@apple.com>
Tue, 8 Sep 2009 18:14:36 +0000 (18:14 +0000)
committerDevang Patel <dpatel@apple.com>
Tue, 8 Sep 2009 18:14:36 +0000 (18:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81235 91177308-0d34-0410-b5e6-96231b3b80d8

lib/VMCore/LLVMContextImpl.h

index 1ee4ad737e4d7bff0e6a0497a8cd000a500203c2..77130d1ab9407b839d5537aae86cb4ad1209e007 100644 (file)
@@ -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;