diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2010-12-03 19:55:37 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2010-12-03 19:55:37 +0000 |
commit | b3a04d46e8bb635727024a0ca9a8a0c4699f2080 (patch) | |
tree | 62780bedf52f9e89eca384c3787e857012b3a0aa /lib/Target/ARM/ARMAsmBackend.cpp | |
parent | 6e572981270cd6485973f3d493e5403514206a57 (diff) |
Remove unused variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120836 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMAsmBackend.cpp')
-rw-r--r-- | lib/Target/ARM/ARMAsmBackend.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMAsmBackend.cpp b/lib/Target/ARM/ARMAsmBackend.cpp index 8c5cab7275..392a6e6c03 100644 --- a/lib/Target/ARM/ARMAsmBackend.cpp +++ b/lib/Target/ARM/ARMAsmBackend.cpp @@ -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); |