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>
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);