Remove getSymbolValue.

All existing users explicitly ask for an address or a file offset.

llvm-svn: 205503
This commit is contained in:
Rafael Espindola
2014-04-03 02:32:47 +00:00
parent 41de905e25
commit a2782f6e77
6 changed files with 0 additions and 29 deletions

View File

@@ -631,11 +631,6 @@ MachOObjectFile::getSymbolSection(DataRefImpl Symb,
return object_error::success;
}
error_code MachOObjectFile::getSymbolValue(DataRefImpl Symb,
uint64_t &Val) const {
report_fatal_error("getSymbolValue unimplemented in MachOObjectFile");
}
void MachOObjectFile::moveSectionNext(DataRefImpl &Sec) const {
Sec.d.a++;
}