Remove a nullptr check in DWARF scanner
authorTom Tromey <tromey@adacore.com>
Mon, 17 Oct 2022 18:46:21 +0000 (12:46 -0600)
committerTom Tromey <tromey@adacore.com>
Mon, 17 Oct 2022 18:59:10 +0000 (12:59 -0600)
commit069355439fca1702c2440678663d1d0d40bbb735
tree70dde9d409b8e9a6c633a4a58af1577584936263
parent39e9d8670cea9d3d2959387b6d51050b0716eb19
Remove a nullptr check in DWARF scanner

In scan_attributes, The DWARF scanner checks whether maybe_defer is
nullptr, but this can never happen.  This patch removes the check.
gdb/dwarf2/read.c