1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-28 20:21:45 +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)
{
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" */