diff options
| author | David Blaikie <dblaikie@gmail.com> | 2014-11-01 01:15:26 +0000 |
|---|---|---|
| committer | David Blaikie <dblaikie@gmail.com> | 2014-11-01 01:15:26 +0000 |
| commit | 2f08093ddac6a46d0bebff20f3181d10ea5bec5a (patch) | |
| tree | b67303029c259127ca85e147c375bc75f3dd0509 /llvm/lib | |
| parent | a8be0a794fd59614305a5955deae3ec9be22070e (diff) | |
| download | bcm5719-llvm-2f08093ddac6a46d0bebff20f3181d10ea5bec5a.tar.gz bcm5719-llvm-2f08093ddac6a46d0bebff20f3181d10ea5bec5a.zip | |
Remove unused function
llvm-svn: 221037
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h b/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h index 769be7a8e80..e5e4c64edc3 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h @@ -150,9 +150,6 @@ public: /// Set the skeleton unit associated with this unit. void setSkeleton(DwarfUnit &Skel) { Skeleton = &Skel; } - /// Get the skeleton unit associated with this unit. - DwarfUnit *getSkeleton() const { return Skeleton; } - /// Pass in the SectionSym even though we could recreate it in every compile /// unit (type units will have actually distinct symbols once they're in /// comdat sections). |

