aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormostang.com!davidm <mostang.com!davidm>2005-05-03 09:13:17 +0000
committermostang.com!davidm <mostang.com!davidm>2005-05-03 09:13:17 +0000
commit27f7d7d720ba0fdea7135f825f991459dba684fc (patch)
tree1941ca730edaa2ed2d72dbca2f3eda84a01b629f /include
parent17bf4d0af84466787d06f90c832dc93d3cd8843a (diff)
downloadlibunwind-27f7d7d720ba0fdea7135f825f991459dba684fc.tar.gz
(unw_tdep_proc_info_t): Drop dwarf_info member.
(Logical change 1.290)
Diffstat (limited to 'include')
-rw-r--r--include/libunwind-x86_64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libunwind-x86_64.h b/include/libunwind-x86_64.h
index bc8caea8..804600c6 100644
--- a/include/libunwind-x86_64.h
+++ b/include/libunwind-x86_64.h
@@ -106,7 +106,7 @@ typedef ucontext_t unw_tdep_context_t;
typedef struct
{
- unw_dyn_dwarf_fde_info_t dwarf_info;
+ /* no x86-64-specific auxiliary proc-info */
}
unw_tdep_proc_info_t;