diff options
author | Tristan Gingold <tgingold@free.fr> | 2014-06-14 17:11:57 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2014-06-14 17:11:57 +0200 |
commit | b0c65a8dfe7ab810645aa995813d02bf32899cf4 (patch) | |
tree | 586a0bc7b4930492141f1eee2f317a7d7649e32e /sem.adb | |
parent | 58939f3a74657fe151cc4f71962939e95682959d (diff) | |
download | ghdl-b0c65a8dfe7ab810645aa995813d02bf32899cf4.tar.gz ghdl-b0c65a8dfe7ab810645aa995813d02bf32899cf4.tar.bz2 ghdl-b0c65a8dfe7ab810645aa995813d02bf32899cf4.zip |
sem: remove old comment.
Diffstat (limited to 'sem.adb')
-rw-r--r-- | sem.adb | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -915,8 +915,6 @@ package body Sem is -- component instance is unbound in the corresponding block, then any -- implicit component configuration for that instance will contain an -- implicit, default binding indication. - -- FIXME: ports and generics declared by the component must be - -- made visible here; create a declarative_region only for this purpose Open_Declarative_Region; Sem_Scopes.Add_Component_Declarations (Comp); Binding := Get_Binding_Indication (Conf); |