diff options
Diffstat (limited to 'src/vhdl/errorout.ads')
-rw-r--r-- | src/vhdl/errorout.ads | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/vhdl/errorout.ads b/src/vhdl/errorout.ads index 85ff86dc4..863c7b198 100644 --- a/src/vhdl/errorout.ads +++ b/src/vhdl/errorout.ads @@ -239,16 +239,6 @@ package Errorout is Arg1 : Earg_Type; Cont : Boolean := False); - -- Disp a message during parse - -- The location of the current token is automatically displayed before - -- the message. - procedure Error_Msg_Parse_1 (Msg: String); - procedure Error_Msg_Parse (Msg: String; Arg1 : Earg_Type); - procedure Error_Msg_Parse - (Msg: String; Args : Earg_Arr := No_Eargs; Cont : Boolean := False); - procedure Error_Msg_Parse - (Loc : Location_Type; Msg: String; Args : Earg_Arr := No_Eargs); - -- Disp a message during semantic analysis. procedure Warning_Msg_Sem (Id : Msgid_Warnings; Loc : Location_Type; |