2010-05-06 Michael Snyder <msnyder@vmware.com>
[deliverable/binutils-gdb.git] / gdb / tramp-frame.c
index 850d372440a86782ba47a8986432b8a8621e9514..3c7e9e6630a0e3bbf0132649abf6773e9712fe15 100644 (file)
@@ -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)
     {
This page took 0.027217 seconds and 4 git commands to generate.