From: Chris Lattner Date: Mon, 30 Aug 2010 18:16:27 +0000 (+0000) Subject: nuke dead ivar which was supposed to be committed with r112496 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=fb29c4e59db1d7ce00757e5d2e965e869dcf76cf;p=oota-llvm.git 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 --- diff --git a/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h b/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h index 3aaab886122..d8f03738595 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;