mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Remove dead code. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238157 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ab78d67435
commit
50c2fe1d5c
@ -861,9 +861,6 @@ public:
|
||||
/// \name Section List Access
|
||||
/// @{
|
||||
|
||||
const SectionDataListType &getSectionList() const { return Sections; }
|
||||
SectionDataListType &getSectionList() { return Sections; }
|
||||
|
||||
iterator begin() { return Sections.begin(); }
|
||||
const_iterator begin() const { return Sections.begin(); }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user