[Ada] Remove unnecessary parameter of Apply_Compile_Time_Constraint_Error
authorPiotr Trojanek <trojanek@adacore.com>
Fri, 8 Jan 2021 18:53:41 +0000 (19:53 +0100)
committerPierre-Marie de Rodat <derodat@adacore.com>
Wed, 5 May 2021 08:18:59 +0000 (04:18 -0400)
commit78a4cb56a0f6fd46d469e6835fac6216ff91e29d
treec0b094953b0743af90c13a5e81629ac44b80c1a3
parentd4780139532eefbccd8a52baf5206a0b08e851e9
[Ada] Remove unnecessary parameter of Apply_Compile_Time_Constraint_Error

gcc/ada/

* sem_util.ads (Apply_Compile_Time_Constraint_Error): Remove
parameter Rep from the function spec and "and if the flag Rep is
set" from the comment.
* sem_util.adb (Apply_Compile_Time_Constraint_Error): Remove
parameter Rep.
gcc/ada/sem_util.adb
gcc/ada/sem_util.ads