aboutsummaryrefslogtreecommitdiffstats
path: root/sem_decls.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2014-10-29 20:36:29 +0100
committerTristan Gingold <tgingold@free.fr>2014-10-29 20:36:29 +0100
commite5071f1a02f16a369c504944934042fbfb09e5dc (patch)
tree1b891a41c024a308274c380c8189e3213085a7e8 /sem_decls.ads
parent236a876a8448b89061bb71869c36a68aea0199c3 (diff)
downloadghdl-e5071f1a02f16a369c504944934042fbfb09e5dc.tar.gz
ghdl-e5071f1a02f16a369c504944934042fbfb09e5dc.tar.bz2
ghdl-e5071f1a02f16a369c504944934042fbfb09e5dc.zip
Add support for package interface.
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);