Sink DwarfUnit::addSectionDelta into DwarfCompileUnit, the only place it's needed.
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfUnit.h
index 9a07106433cf715fc27603268e4da5736862ec47..fc8fabf69d36a7ed0febdaf105fe2c20ce00b149 100644 (file)
@@ -300,10 +300,6 @@ public:
   /// form given and an op of either DW_FORM_addr or DW_FORM_GNU_addr_index.
   void addOpAddress(DIELoc &Die, const MCSymbol *Label);
 
-  /// addSectionDelta - Add a label delta attribute data and value.
-  void addSectionDelta(DIE &Die, dwarf::Attribute Attribute, const MCSymbol *Hi,
-                       const MCSymbol *Lo);
-
   /// addLabelDelta - Add a label delta attribute data and value.
   void addLabelDelta(DIE &Die, dwarf::Attribute Attribute, const MCSymbol *Hi,
                      const MCSymbol *Lo);