ada: Remove a couple of unreachable statements
authorEric Botcazou <ebotcazou@adacore.com>
Thu, 29 Dec 2022 19:19:36 +0000 (20:19 +0100)
committerMarc Poulhiès <poulhies@adacore.com>
Mon, 9 Jan 2023 14:42:23 +0000 (15:42 +0100)
commita53fb5761e6f4c924612727bcd27678936c1ee3f
treef6c71d4d1ad737ff8852bf7d8960bf0e3205b213
parentd4eaf83d6eff980ec001bd54f2c4e87b34057bf6
ada: Remove a couple of unreachable statements

The "then" arm of these nested if-statements is trivially unreachable.

gcc/ada/

* exp_ch7.adb (Make_Adjust_Call): Remove unreachable statement.
(Make_Final_Call): Likewise.
gcc/ada/exp_ch7.adb