From: Simon Marchi Date: Fri, 19 Dec 2025 18:43:40 +0000 (-0500) Subject: gdb/buildsym: remove context_stack::end_addr X-Git-Tag: binutils-2_46~443 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdb0a4a4522bb0e2e7069025e1846da2b6317ea4;p=thirdparty%2Fbinutils-gdb.git gdb/buildsym: remove context_stack::end_addr It is unused. Change-Id: Ie86448552500a049d47118d0306231da0ef9a5e1 Approved-By: Tom Tromey --- diff --git a/gdb/buildsym.h b/gdb/buildsym.h index e1240810f1f..946d39583b1 100644 --- a/gdb/buildsym.h +++ b/gdb/buildsym.h @@ -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;