mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
DwarfUnit: Remove unused function
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207264 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
12d5224df6
commit
9c6a820aa7
@ -268,10 +268,6 @@ public:
|
||||
/// kept in DwarfDebug.
|
||||
void insertDIE(DIDescriptor Desc, DIE *D);
|
||||
|
||||
/// addDie - Adds or interns the DIE to the compile unit.
|
||||
///
|
||||
void addDie(DIE *Buffer) { UnitDie->addChild(std::unique_ptr<DIE>(Buffer)); }
|
||||
|
||||
/// addFlag - Add a flag that is true to the DIE.
|
||||
void addFlag(DIE &Die, dwarf::Attribute Attribute);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user