1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-01 09:02:36 +02:00

(struct cursor): Remove rbs_right_edge.

(Logical change 1.52)
This commit is contained in:
mostang.com!davidm 2003-02-21 07:36:26 +00:00
parent cb4fb05032
commit c341225693

View file

@ -135,7 +135,6 @@ struct cursor
limit on the # of backing-store areas we have to track. */
uint8_t rbs_curr; /* index of curr. rbs-area (contains c->bsp) */
uint8_t rbs_left_edge; /* index of inner-most valid rbs-area */
uint8_t rbs_right_edge; /* index of outer-most valid rbs-area */
struct rbs_area
{
unw_word_t end;