diff options
Diffstat (limited to 'gcc/ada/einfo.adb')
-rw-r--r-- | gcc/ada/einfo.adb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/ada/einfo.adb b/gcc/ada/einfo.adb index fb53f1b..f467144 100644 --- a/gcc/ada/einfo.adb +++ b/gcc/ada/einfo.adb @@ -9017,10 +9017,6 @@ package body Einfo is Generic_Subprogram_Kind => Write_Str ("Contract"); - -- The Subprogram_Kind and Generic_Subrpogram_Kind entries - -- here are odd, since the assertions for [Set_]Contract do not - -- allow these possibilities ??? - when others => Write_Str ("Field24???"); end case; |