[llvm] r221037 - Remove unused function
David Blaikie
dblaikie at gmail.com
Fri Oct 31 18:15:27 PDT 2014
Author: dblaikie
Date: Fri Oct 31 20:15:26 2014
New Revision: 221037
URL: http://llvm.org/viewvc/llvm-project?rev=221037&view=rev
Log:
Remove unused function
Modified:
llvm/trunk/lib/CodeGen/AsmPrinter/DwarfUnit.h
Modified: llvm/trunk/lib/CodeGen/AsmPrinter/DwarfUnit.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/DwarfUnit.h?rev=221037&r1=221036&r2=221037&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/DwarfUnit.h (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/DwarfUnit.h Fri Oct 31 20:15:26 2014
@@ -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).
More information about the llvm-commits
mailing list