* arm-tdep.c (arm_make_stub_cache): Delete unused locals reg,

unwound_fp.
This commit is contained in:
Doug Evans 2010-03-04 19:00:19 +00:00
parent 0e0b460e6a
commit 111f853cd1
2 changed files with 3 additions and 2 deletions

View File

@ -12,6 +12,9 @@
2010-03-04 Doug Evans <dje@google.com>
* arm-tdep.c (arm_make_stub_cache): Delete unused locals reg,
unwound_fp.
* arm-tdep.c (arm_stub_unwind_sniffer): Add comment.
2010-03-04 Pedro Alves <pedro@codesourcery.com>

View File

@ -1198,9 +1198,7 @@ struct frame_unwind arm_prologue_unwind = {
static struct arm_prologue_cache *
arm_make_stub_cache (struct frame_info *this_frame)
{
int reg;
struct arm_prologue_cache *cache;
CORE_ADDR unwound_fp;
cache = FRAME_OBSTACK_ZALLOC (struct arm_prologue_cache);
cache->saved_regs = trad_frame_alloc_saved_regs (this_frame);