diff options
Diffstat (limited to 'gcc/ada/sem_ch4.adb')
-rw-r--r-- | gcc/ada/sem_ch4.adb | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/gcc/ada/sem_ch4.adb b/gcc/ada/sem_ch4.adb index c96450a107a..0f561d9ce35 100644 --- a/gcc/ada/sem_ch4.adb +++ b/gcc/ada/sem_ch4.adb @@ -29,7 +29,6 @@ with Debug; use Debug; with Einfo; use Einfo; with Errout; use Errout; with Exp_Util; use Exp_Util; -with Hostparm; use Hostparm; with Itypes; use Itypes; with Lib.Xref; use Lib.Xref; with Namet; use Namet; @@ -285,14 +284,7 @@ package body Sem_Ch4 is List_Operand_Interps (Left_Opnd (N)); List_Operand_Interps (Right_Opnd (N)); else - - if OpenVMS then - Error_Msg_N ( - "\use '/'R'E'P'O'R'T'_'E'R'R'O'R'S'='F'U'L'L for details", - N); - else - Error_Msg_N ("\use -gnatf for details", N); - end if; + Error_Msg_N ("\use -gnatf switch for details", N); end if; end Ambiguous_Operands; |