mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-01 23:31:52 +00:00
Remove unused variable.
llvm-svn: 143011
This commit is contained in:
parent
f672c3b138
commit
0042cece21
@ -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