[2/6] gdb/buildsym: remove context_stack::end_addr
Commit Message
It is unused.
Change-Id: Ie86448552500a049d47118d0306231da0ef9a5e1
---
gdb/buildsym.h | 4 ----
1 file changed, 4 deletions(-)
Comments
>>>>> "Simon" == Simon Marchi <simon.marchi@efficios.com> writes:
Simon> It is unused.
Thanks. These of course are obvious but OTOH I often send them anyway
since it's simpler to keep a series together.
Approved-By: Tom Tromey <tom@tromey.com>
Tom
@@ -111,10 +111,6 @@ struct context_stack
CORE_ADDR start_addr;
- /* Temp slot for exception handling. */
-
- CORE_ADDR end_addr;
-
/* For error-checking matching push/pop */
int depth;