From 28cf5741ca6f6a83bc92fae63aa69ddabe9d5c0e Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sat, 21 Mar 2020 08:24:53 +0100 Subject: vhdl-sem_assocs: remove duplicate error message for non-existing interface. --- src/vhdl/vhdl-sem_assocs.adb | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/vhdl/vhdl-sem_assocs.adb b/src/vhdl/vhdl-sem_assocs.adb index d71e1f601..53d50e65f 100644 --- a/src/vhdl/vhdl-sem_assocs.adb +++ b/src/vhdl/vhdl-sem_assocs.adb @@ -2337,14 +2337,6 @@ package body Vhdl.Sem_Assocs is end if; Formal_Name := Get_Named_Entity (Formal); if Is_Error (Formal_Name) then - if Finish then - -- FIXME: display the name of subprg or component/entity. - -- FIXME: fetch the interface (for parenthesis_name). - -- FIXME: this is always a duplicate of a message from - -- Sem_Name. - Error_Msg_Sem (+Assoc, "no interface for %n in association", - +Get_Formal (Assoc)); - end if; Match := Not_Compatible; exit; end if; -- cgit v1.2.3