From 41fc6277f0cb5d6e0e2e929e627052abb189509a Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Tue, 8 Sep 2009 18:14:36 +0000 Subject: [PATCH] Remove dead code. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81235 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/VMCore/LLVMContextImpl.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/VMCore/LLVMContextImpl.h b/lib/VMCore/LLVMContextImpl.h index 1ee4ad737e4..77130d1ab94 100644 --- a/lib/VMCore/LLVMContextImpl.h +++ b/lib/VMCore/LLVMContextImpl.h @@ -111,8 +111,6 @@ public: ValueMap AggZeroConstants; - SmallPtrSet MDNodes; - typedef ValueMap, ArrayType, ConstantArray, true /*largekey*/> ArrayConstantsTy; ArrayConstantsTy ArrayConstants;