From a2284ed1f38447e668b648f768ed91f8281c74db Mon Sep 17 00:00:00 2001 From: "mostang.com!davidm" Date: Thu, 18 Jul 2002 03:58:34 +0000 Subject: [PATCH] (unw_get_save_loc): Remove unused variables sc_addr and ret. (Logical change 1.19) --- src/ia64/unw_get_save_loc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ia64/unw_get_save_loc.c b/src/ia64/unw_get_save_loc.c index 3c662552..73321e80 100644 --- a/src/ia64/unw_get_save_loc.c +++ b/src/ia64/unw_get_save_loc.c @@ -8,8 +8,7 @@ int unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc) { struct ia64_cursor *c = (struct ia64_cursor *) cursor; - unw_word_t loc, reg_loc, nat_loc, sc_addr; - int ret; + unw_word_t loc, reg_loc, nat_loc; loc = 0; /* default to "not saved" */