mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-02-16 18:21:41 +01:00
Remove unused variable.
This commit is contained in:
parent
dd1c7b6c1a
commit
a688d6c4c9
1 changed files with 0 additions and 1 deletions
|
@ -71,7 +71,6 @@ int
|
|||
_UPT_access_fpreg (unw_addr_space_t as, unw_regnum_t reg, unw_fpreg_t *val,
|
||||
int write, void *arg)
|
||||
{
|
||||
unw_word_t *wp = (unw_word_t *) val;
|
||||
struct UPT_info *ui = arg;
|
||||
pid_t pid = ui->pid;
|
||||
fpregset_t fpreg;
|
||||
|
|
Loading…
Add table
Reference in a new issue