commit | 069355439fca1702c2440678663d1d0d40bbb735 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Mon Oct 17 12:46:21 2022 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Mon Oct 17 12:59:10 2022 -0600 |
tree | 70dde9d409b8e9a6c633a4a58af1577584936263 | |
parent | 39e9d8670cea9d3d2959387b6d51050b0716eb19 [diff] |
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.