mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
Delete dead code. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215224 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -118,11 +118,6 @@ public:
|
||||
std::error_code getRelocationHidden(DataRefImpl Rel,
|
||||
bool &Result) const override;
|
||||
|
||||
std::error_code getLibraryNext(DataRefImpl LibData,
|
||||
LibraryRef &Res) const override;
|
||||
std::error_code getLibraryPath(DataRefImpl LibData,
|
||||
StringRef &Res) const override;
|
||||
|
||||
// MachO specific.
|
||||
std::error_code getLibraryShortNameByIndex(unsigned Index, StringRef &Res);
|
||||
|
||||
@@ -138,9 +133,6 @@ public:
|
||||
section_iterator section_begin() const override;
|
||||
section_iterator section_end() const override;
|
||||
|
||||
library_iterator needed_library_begin() const override;
|
||||
library_iterator needed_library_end() const override;
|
||||
|
||||
uint8_t getBytesInAddress() const override;
|
||||
|
||||
StringRef getFileFormatName() const override;
|
||||
|
Reference in New Issue
Block a user