From 1fd463f36239ccd9f071ca519e93a00e8a06ace9 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Tue, 4 Nov 2025 10:51:44 -0500 Subject: [PATCH] gdb/testsuite: remove unused "variable" statement Change-Id: I2e26a9953324c752edd01b37db6b176fd0ee9187 --- gdb/testsuite/lib/dwarf.exp | 1 - 1 file changed, 1 deletion(-) 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}] -- 2.47.3