1
0
Fork 0
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:
Konstantin Belousov 2010-04-10 18:51:17 +03:00
parent dd1c7b6c1a
commit a688d6c4c9

View file

@ -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;