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:
Rafael Espindola
2014-08-08 16:49:35 +00:00
parent ef6ddcf87a
commit 7d17722343
6 changed files with 0 additions and 155 deletions

View File

@@ -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;