aboutsummaryrefslogtreecommitdiffstats
path: root/translate/trans_be.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2014-01-04 11:20:24 +0100
committerTristan Gingold <tgingold@free.fr>2014-01-04 11:20:24 +0100
commit071b3291e88f05bc06d91fe4ebe88582292d3f0d (patch)
tree9cad198d401c6aa8db4d7cc7912cd577c6457f64 /translate/trans_be.adb
parent1c91baed947d3db1f9141a8fec77b644cf0a29f9 (diff)
downloadghdl-071b3291e88f05bc06d91fe4ebe88582292d3f0d.tar.gz
ghdl-071b3291e88f05bc06d91fe4ebe88582292d3f0d.tar.bz2
ghdl-071b3291e88f05bc06d91fe4ebe88582292d3f0d.zip
Fix various minor bugs: alias of access type, subprograms in entity, active
attribute in sensitivity list, missing dependence, and block_statement in expanded name.
Diffstat (limited to 'translate/trans_be.adb')
-rw-r--r--translate/trans_be.adb3
1 files changed, 0 insertions, 3 deletions
diff --git a/translate/trans_be.adb b/translate/trans_be.adb
index 0725fb727..80b468996 100644
--- a/translate/trans_be.adb
+++ b/translate/trans_be.adb
@@ -118,9 +118,6 @@ package body Trans_Be is
if not Main then
-- Main units (those from the analyzed design file) are translated
-- directly by ortho_front.
- if Flags.Verbose then
- Put_Line ("translate " & Disp_Node (Lib));
- end if;
Translation.Translate (Unit, Main);