summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDoug Moore <dougm@rice.edu>2017-05-19 19:19:12 -0500
committerDoug Moore <dougm@rice.edu>2017-05-19 19:19:12 -0500
commitc66661f73cb66513e9c08897ab38e89c4ca96407 (patch)
tree48ecfa2f458b437c8568787265486fbaaefe22b5 /include
parentafb2491ccbcc9f91585fe53ee30a1c23eff7c479 (diff)
downloadlibunwind-c66661f73cb66513e9c08897ab38e89c4ca96407.tar.gz
Drop reference to dwarf.ret_addr_column.
Diffstat (limited to 'include')
-rw-r--r--include/dwarf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/dwarf.h b/include/dwarf.h
index 759883c0..e1f7825c 100644
--- a/include/dwarf.h
+++ b/include/dwarf.h
@@ -313,7 +313,6 @@ typedef struct dwarf_cursor
unw_word_t cfa; /* canonical frame address; aka frame-/stack-pointer */
unw_word_t ip; /* instruction pointer */
unw_word_t args_size; /* size of arguments */
- unw_word_t ret_addr_column; /* column for return-address */
unw_word_t eh_args[UNW_TDEP_NUM_EH_REGS];
unsigned int eh_valid_mask;