From: Simon Marchi Date: Tue, 4 Nov 2025 15:51:44 +0000 (-0500) Subject: gdb/testsuite: remove unused "variable" statement X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1fd463f36239ccd9f071ca519e93a00e8a06ace9;p=thirdparty%2Fbinutils-gdb.git gdb/testsuite: remove unused "variable" statement Change-Id: I2e26a9953324c752edd01b37db6b176fd0ee9187 --- diff --git a/gdb/testsuite/lib/dwarf.exp b/gdb/testsuite/lib/dwarf.exp index 55f33d47797..ba8197d0bb8 100644 --- a/gdb/testsuite/lib/dwarf.exp +++ b/gdb/testsuite/lib/dwarf.exp @@ -1015,7 +1015,6 @@ namespace eval Dwarf { proc _handle_DW_TAG {tag_name {attrs {}} {children {}}} { variable _abbrev_section - variable _abbrev_num variable _constants set has_children [expr {[string length $children] > 0}]