diff options
author | Eric Christopher <echristo@gmail.com> | 2013-02-06 21:53:53 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2013-02-06 21:53:53 +0000 |
commit | 30be9f8ceecf76e865717080b6e442f8c699f924 (patch) | |
tree | a2ff403f6e625e139aff1da5dfb23fdeb6084cd5 /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | |
parent | 556135d8139dfe8ea91927bcb82395301ffb1322 (diff) | |
download | bcm5719-llvm-30be9f8ceecf76e865717080b6e442f8c699f924.tar.gz bcm5719-llvm-30be9f8ceecf76e865717080b6e442f8c699f924.zip |
Remove some dead code.
llvm-svn: 174547
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h index 9cff12860cb..df3dc11c003 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h @@ -527,9 +527,6 @@ private: /// section. CompileUnit *constructSkeletonCU(const MDNode *); - /// \brief Emit the local split debug info section. - void emitSkeletonCU(const MCSection *); - /// \brief Emit the local split abbreviations. void emitSkeletonAbbrevs(const MCSection *); |