OSDN Git Service

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 1ee4ad7..77130d1 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;