Remove unused variable.

llvm-svn: 143011
This commit is contained in:
Eric Christopher 2011-10-26 03:47:16 +00:00
parent f672c3b138
commit 0042cece21

View File

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