mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-10 19:08:21 +01:00
(struct UPT_info): Remove dyn_info_list_addr and checked_dyn_info_list_addr
members. (Logical change 1.61)
This commit is contained in:
parent
7e7d86ade8
commit
63531d6f85
1 changed files with 0 additions and 2 deletions
|
@ -42,8 +42,6 @@ struct UPT_info
|
|||
pid_t pid; /* the process-id of the child we're unwinding */
|
||||
struct elf_image ei;
|
||||
unw_dyn_info_t di_cache;
|
||||
unw_word_t dyn_info_list_addr;
|
||||
unsigned int checked_dyn_info_list_addr : 1;
|
||||
#if UNW_TARGET_IA64
|
||||
unw_dyn_info_t ktab;
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue