mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-10-03 12:18:00 +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:
@@ -1009,16 +1009,6 @@ std::error_code MachOObjectFile::getRelocationHidden(DataRefImpl Rel,
|
||||
return object_error::success;
|
||||
}
|
||||
|
||||
std::error_code MachOObjectFile::getLibraryNext(DataRefImpl LibData,
|
||||
LibraryRef &Res) const {
|
||||
report_fatal_error("Needed libraries unimplemented in MachOObjectFile");
|
||||
}
|
||||
|
||||
std::error_code MachOObjectFile::getLibraryPath(DataRefImpl LibData,
|
||||
StringRef &Res) const {
|
||||
report_fatal_error("Needed libraries unimplemented in MachOObjectFile");
|
||||
}
|
||||
|
||||
//
|
||||
// guessLibraryShortName() is passed a name of a dynamic library and returns a
|
||||
// guess on what the short name is. Then name is returned as a substring of the
|
||||
@@ -1246,16 +1236,6 @@ section_iterator MachOObjectFile::section_end() const {
|
||||
return section_iterator(SectionRef(DRI, this));
|
||||
}
|
||||
|
||||
library_iterator MachOObjectFile::needed_library_begin() const {
|
||||
// TODO: implement
|
||||
report_fatal_error("Needed libraries unimplemented in MachOObjectFile");
|
||||
}
|
||||
|
||||
library_iterator MachOObjectFile::needed_library_end() const {
|
||||
// TODO: implement
|
||||
report_fatal_error("Needed libraries unimplemented in MachOObjectFile");
|
||||
}
|
||||
|
||||
uint8_t MachOObjectFile::getBytesInAddress() const {
|
||||
return is64Bit() ? 8 : 4;
|
||||
}
|
||||
|
Reference in New Issue
Block a user