]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb/dwarf: remove unnecessary local variable in dw2_get_file_names_reader
authorSimon Marchi <simon.marchi@efficios.com>
Wed, 5 Mar 2025 05:06:36 +0000 (00:06 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Wed, 5 Mar 2025 16:58:31 +0000 (11:58 -0500)
commit20c09c608f929cf46a3979622d2ea7e20b5aa719
tree9c48b3e323d463c9862a2e8b48a7f5e1e751f5ea
parente283a286894dae2af87a66c1fc2620dfce27d93d
gdb/dwarf: remove unnecessary local variable in dw2_get_file_names_reader

It seems like the lh_cu variable is not necessary, we can just use
this_cu.

Change-Id: Ic2ed6ee82faf1fb5d340cd92dc8ef15434b20cb8
Approved-By: Tom Tromey <tom@tromey.com>
gdb/dwarf2/read.c