Remove unused function
authorDavid Blaikie <dblaikie@gmail.com>
Sat, 1 Nov 2014 01:15:26 +0000 (01:15 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Sat, 1 Nov 2014 01:15:26 +0000 (01:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221037 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DwarfUnit.h

index 769be7a8e80d2047ed78a0569f1d508cb9ef319a..e5e4c64edc3cc2544fea79949f0e41caa3dd73c4 100644 (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).