1
0
Fork 0
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:
mostang.com!davidm 2003-03-11 01:11:18 +00:00
parent 7e7d86ade8
commit 63531d6f85

View file

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