diff options
| author | Devang Patel <dpatel@apple.com> | 2009-09-08 18:14:36 +0000 | 
|---|---|---|
| committer | Devang Patel <dpatel@apple.com> | 2009-09-08 18:14:36 +0000 | 
| commit | 926fc3d68dbbfbd9f80c09616d01f15bd483731d (patch) | |
| tree | fc6f1bd676d3b40293487b035976cd104e69cc13 | |
| parent | e6eab983f4f246d7284a268fb9f178a78edfde96 (diff) | |
| download | bcm5719-llvm-926fc3d68dbbfbd9f80c09616d01f15bd483731d.tar.gz bcm5719-llvm-926fc3d68dbbfbd9f80c09616d01f15bd483731d.zip | |
Remove dead code.
llvm-svn: 81235
| -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; | 

