Get rid of now unused {Four,Eight,Sixteen}ByteConstantSection
[oota-llvm.git] / lib / Target / TargetAsmInfo.cpp
index d85e5987570527b5b9a1fad50a0e10903005c0cf..ab4db2af3ee71b25d897f479815cf11e7b0b0d52 100644 (file)
@@ -81,12 +81,6 @@ TargetAsmInfo::TargetAsmInfo() :
   CStringSection_(0),
   StaticCtorsSection("\t.section .ctors,\"aw\",@progbits"),
   StaticDtorsSection("\t.section .dtors,\"aw\",@progbits"),
-  FourByteConstantSection(0),
-  FourByteConstantSection_(0),
-  EightByteConstantSection(0),
-  EightByteConstantSection_(0),
-  SixteenByteConstantSection(0),
-  SixteenByteConstantSection_(0),
   GlobalDirective("\t.globl\t"),
   SetDirective(0),
   LCOMMDirective(0),