From db5d201b2afd920ed8f90106e36bad6a4ac1df4c Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Sat, 1 Nov 2014 01:15:26 +0000 Subject: [PATCH] Remove unused function git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221037 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/AsmPrinter/DwarfUnit.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/CodeGen/AsmPrinter/DwarfUnit.h b/lib/CodeGen/AsmPrinter/DwarfUnit.h index 769be7a8e80..e5e4c64edc3 100644 --- a/lib/CodeGen/AsmPrinter/DwarfUnit.h +++ b/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). -- 2.34.1