2010-05-06 Michael Snyder <msnyder@vmware.com>
* frame-unwind.c (frame_unwind_find_by_frame): Delete unused variable. * gnu-v2-abi.c (gnuv2_value_rtti_type): Delete unused variable. * cp-support.c (mangled_name_to_comp): Delete unused variable. (method_name_from_physname): Delete unused variable. (cp_func_name): Delete unused variable. (cp_validate_operator): Delete unused variable. * cp-namespace.c (cp_scan_for_anonymous_namespaces): Delete unused variable. * trad-frame.c (trad_frame_get_prev_register): Delete unused variable. * tramp-frame.c (tramp_frame_cache): Delete unused variable.
This commit is contained in:
parent
1be757cfff
commit
1c5465ac60
7 changed files with 14 additions and 14 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue