mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-04 06:09:05 +00:00
Remove unused function
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221037 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b1494f18ec
commit
db5d201b2a
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user