aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/sem_names.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/sem_names.ads')
-rw-r--r--src/vhdl/sem_names.ads3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/vhdl/sem_names.ads b/src/vhdl/sem_names.ads
index 0e27a8c49..542ed4d07 100644
--- a/src/vhdl/sem_names.ads
+++ b/src/vhdl/sem_names.ads
@@ -156,7 +156,4 @@ package Sem_Names is
-- Emit an error for NAME that doesn't match its class CLASS_NAME.
procedure Error_Class_Match (Name : Iir; Class_Name : String);
-
- -- Create an error node for name ORIG; set its expr staticness to none.
- function Create_Error_Name (Orig : Iir) return Iir;
end Sem_Names;