diff options
Diffstat (limited to 'gcc/ada/sem_ch12.adb')
-rw-r--r-- | gcc/ada/sem_ch12.adb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/ada/sem_ch12.adb b/gcc/ada/sem_ch12.adb index 6891c64b225..7d52d2e44ae 100644 --- a/gcc/ada/sem_ch12.adb +++ b/gcc/ada/sem_ch12.adb @@ -2587,7 +2587,6 @@ package body Sem_Ch12 is or else Nkind (First (Generic_Associations (N))) = N_Others_Choice then Associations := False; - Set_Box_Present (N); end if; -- If there are no generic associations, the generic parameters appear |