From 2f08093ddac6a46d0bebff20f3181d10ea5bec5a Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Sat, 1 Nov 2014 01:15:26 +0000 Subject: [PATCH] Remove unused function llvm-svn: 221037 --- llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h b/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h index 769be7a8e80d..e5e4c64edc3c 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).