diff options
Diffstat (limited to 'gdb/tramp-frame.c')
-rw-r--r-- | gdb/tramp-frame.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/tramp-frame.c b/gdb/tramp-frame.c index 850d372..3c7e9e6 100644 --- a/gdb/tramp-frame.c +++ b/gdb/tramp-frame.c @@ -44,7 +44,6 @@ static struct trad_frame_cache * tramp_frame_cache (struct frame_info *this_frame, void **this_cache) { - CORE_ADDR pc = get_frame_pc (this_frame); struct tramp_frame_cache *tramp_cache = (*this_cache); if (tramp_cache->trad_cache == NULL) { |