ada: Remove unreachable code in Resolve_Extension_Aggregate
commite3da93d988c0bb5da0eb4f6cdb75a63983ea2b33
authorEric Botcazou <ebotcazou@adacore.com>
Wed, 6 Dec 2023 22:37:15 +0000 (6 23:37 +0100)
committerMarc Poulhiès <poulhies@adacore.com>
Tue, 9 Jan 2024 13:13:30 +0000 (9 14:13 +0100)
tree3210ae07fe2307133558236bdedbaa0c255077a1
parent3b9d4258ea755c04f7a7ac1c5e054c098f4bbc93
ada: Remove unreachable code in Resolve_Extension_Aggregate

The only functions using the BIP protocol are now those returning a limited
type: Is_Build_In_Place_Result_Type => Is_Inherently_Limited_Type.

gcc/ada/

* sem_aggr.adb (Resolve_Extension_Aggregate): Remove the unreachable
call to Transform_BIP_Assignment as well as the procedure.
gcc/ada/sem_aggr.adb