mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-01 22:16:06 +00:00
Remove unused variable.
llvm-svn: 143011
This commit is contained in:
parent
55561e942b
commit
ff37313f12
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user