diff options
Diffstat (limited to 'gcc/ada/sem_ch13.adb')
-rw-r--r-- | gcc/ada/sem_ch13.adb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/ada/sem_ch13.adb b/gcc/ada/sem_ch13.adb index 29fc1c79382..c584560b22f 100644 --- a/gcc/ada/sem_ch13.adb +++ b/gcc/ada/sem_ch13.adb @@ -5961,7 +5961,6 @@ package body Sem_Ch13 is if Present (SId) then PDecl := Unit_Declaration_Node (SId); - else PDecl := Build_Invariant_Procedure_Declaration (Typ); end if; |