aboutsummaryrefslogtreecommitdiffstats
path: root/sem_decls.ads
diff options
context:
space:
mode:
Diffstat (limited to 'sem_decls.ads')
-rw-r--r--sem_decls.ads6
1 files changed, 0 insertions, 6 deletions
diff --git a/sem_decls.ads b/sem_decls.ads
index 5ff2b8b8a..7a8e24042 100644
--- a/sem_decls.ads
+++ b/sem_decls.ads
@@ -18,12 +18,6 @@
with Iirs; use Iirs;
package Sem_Decls is
- -- The kind of an inteface list.
- type Interface_Kind_Type is (Interface_Generic, Interface_Port,
- Interface_Procedure, Interface_Function);
- subtype Parameter_Kind_Subtype is
- Interface_Kind_Type range Interface_Procedure .. Interface_Function;
-
procedure Sem_Interface_Chain (Interface_Chain: Iir;
Interface_Kind : Interface_Kind_Type);