Remove unused variable.

llvm-svn: 143011
This commit is contained in:
Eric Christopher 2011-10-26 03:47:16 +00:00
parent 55561e942b
commit ff37313f12
1 changed files with 0 additions and 1 deletions

View File

@ -793,7 +793,6 @@ error_code MachOObjectFile::getRelocationValueString(DataRefImpl Rel,
InMemoryStruct<macho::RelocationEntry> RE; InMemoryStruct<macho::RelocationEntry> RE;
getRelocation(Rel, RE); getRelocation(Rel, RE);
bool isPCRel = (RE->Word1 >> 25) & 1;
unsigned Type = (RE->Word1 >> 28) & 0xF; unsigned Type = (RE->Word1 >> 28) & 0xF;
std::string fmtbuf; std::string fmtbuf;