aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2014-06-14 17:11:57 +0200
committerTristan Gingold <tgingold@free.fr>2014-06-14 17:11:57 +0200
commitb0c65a8dfe7ab810645aa995813d02bf32899cf4 (patch)
tree586a0bc7b4930492141f1eee2f317a7d7649e32e
parent58939f3a74657fe151cc4f71962939e95682959d (diff)
downloadghdl-b0c65a8dfe7ab810645aa995813d02bf32899cf4.tar.gz
ghdl-b0c65a8dfe7ab810645aa995813d02bf32899cf4.tar.bz2
ghdl-b0c65a8dfe7ab810645aa995813d02bf32899cf4.zip
sem: remove old comment.
-rw-r--r--sem.adb2
1 files changed, 0 insertions, 2 deletions
diff --git a/sem.adb b/sem.adb
index 042df9d2e..f8c9dc24c 100644
--- a/sem.adb
+++ b/sem.adb
@@ -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);