mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-22 07:37:38 +01:00
(unw_get_save_loc): Remove unused variables sc_addr and ret.
(Logical change 1.19)
This commit is contained in:
parent
76a2d6a18b
commit
a2284ed1f3
1 changed files with 1 additions and 2 deletions
|
@ -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" */
|
||||
|
||||
|
|
Loading…
Reference in a new issue