Remove unused function

llvm-svn: 221037
This commit is contained in:
David Blaikie 2014-11-01 01:15:26 +00:00
parent a8be0a794f
commit 2f08093dda
1 changed files with 0 additions and 3 deletions

View File

@ -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).