summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-08-30 18:16:27 +0000
committerChris Lattner <sabre@nondot.org>2010-08-30 18:16:27 +0000
commitfb29c4e59db1d7ce00757e5d2e965e869dcf76cf (patch)
tree916cf06e18f3b63719552d9bf8e6a6898529b19a /include
parent1875ce4ad95b8dc7aa7a0ab50a9bf93fb84d50bf (diff)
downloadllvm-fb29c4e59db1d7ce00757e5d2e965e869dcf76cf.tar.gz
llvm-fb29c4e59db1d7ce00757e5d2e965e869dcf76cf.tar.bz2
llvm-fb29c4e59db1d7ce00757e5d2e965e869dcf76cf.tar.xz
nuke dead ivar which was supposed to be committed with r112496
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112497 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CodeGen/TargetLoweringObjectFileImpl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h b/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
index 3aaab88612..d8f0373859 100644
--- a/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
+++ b/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
@@ -105,7 +105,6 @@ class TargetLoweringObjectFileMachO : public TargetLoweringObjectFile {
const MCSection *UStringSection;
const MCSection *TextCoalSection;
const MCSection *ConstTextCoalSection;
- const MCSection *ConstDataCoalSection;
const MCSection *ConstDataSection;
const MCSection *DataCoalSection;
const MCSection *DataCommonSection;