1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-07-01 05:31:43 +02:00

(unw_get_save_loc): Remove unused variables sc_addr and ret.

(Logical change 1.19)
This commit is contained in:
mostang.com!davidm 2002-07-18 03:58:34 +00:00
parent 76a2d6a18b
commit a2284ed1f3

View file

@ -8,8 +8,7 @@ int
unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc) unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc)
{ {
struct ia64_cursor *c = (struct ia64_cursor *) cursor; struct ia64_cursor *c = (struct ia64_cursor *) cursor;
unw_word_t loc, reg_loc, nat_loc, sc_addr; unw_word_t loc, reg_loc, nat_loc;
int ret;
loc = 0; /* default to "not saved" */ loc = 0; /* default to "not saved" */