aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@efficios.com>2025-03-05 00:06:40 -0500
committerSimon Marchi <simon.marchi@efficios.com>2025-03-05 11:58:31 -0500
commita433a6f8bc3d11ec00d53d1a99d60b8f048bd1b7 (patch)
treeb21f4b4619eb51e0c42fa93d6bd2cb22829da68b
parent37912250961807bb5dc98158edaf1ee803d0eab3 (diff)
downloadbinutils-a433a6f8bc3d11ec00d53d1a99d60b8f048bd1b7.zip
binutils-a433a6f8bc3d11ec00d53d1a99d60b8f048bd1b7.tar.gz
binutils-a433a6f8bc3d11ec00d53d1a99d60b8f048bd1b7.tar.bz2
gdb/dwarf: remove unused local variable in create_debug_type_hash_table
Change-Id: I40679fbe32a8a1a9cced085532c83f06affc294c Approved-By: Tom Tromey <tom@tromey.com>
-rw-r--r--gdb/dwarf2/read.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/dwarf2/read.c b/gdb/dwarf2/read.c
index b727471..5f64b05 100644
--- a/gdb/dwarf2/read.c
+++ b/gdb/dwarf2/read.c
@@ -2574,7 +2574,6 @@ create_debug_type_hash_table (dwarf2_per_objfile *per_objfile,
end_ptr = info_ptr + section->size;
while (info_ptr < end_ptr)
{
- signatured_type_up sig_type;
struct dwo_unit *dwo_tu;
void **slot;
const gdb_byte *ptr = info_ptr;