From c3412256936103a99d373ce0272fabb0ff70d245 Mon Sep 17 00:00:00 2001 From: "mostang.com!davidm" Date: Fri, 21 Feb 2003 07:36:26 +0000 Subject: [PATCH] (struct cursor): Remove rbs_right_edge. (Logical change 1.52) --- include/tdep-ia64.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/tdep-ia64.h b/include/tdep-ia64.h index b900e4ef..829131fe 100644 --- a/include/tdep-ia64.h +++ b/include/tdep-ia64.h @@ -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;