mirror of
https://github.com/RPCSX/llvm.git
synced 2025-04-02 08:11:54 +00:00
Remove unused variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120836 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6e57298127
commit
b3a04d46e8
@ -152,7 +152,6 @@ public:
|
||||
// Fixme: Raise this to share code between Darwin and ELF.
|
||||
void ELFARMAsmBackend::ApplyFixup(const MCFixup &Fixup, MCDataFragment &DF,
|
||||
uint64_t Value) const {
|
||||
uint32_t Mask = 0;
|
||||
// Fixme: 2 for Thumb
|
||||
unsigned NumBytes = 4;
|
||||
Value = adjustFixupValue(Fixup.getKind(), Value);
|
||||
|
Loading…
x
Reference in New Issue
Block a user