diff options
author | Tristan Gingold <tgingold@free.fr> | 2014-01-04 11:20:24 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2014-01-04 11:20:24 +0100 |
commit | 071b3291e88f05bc06d91fe4ebe88582292d3f0d (patch) | |
tree | 9cad198d401c6aa8db4d7cc7912cd577c6457f64 /translate/trans_be.adb | |
parent | 1c91baed947d3db1f9141a8fec77b644cf0a29f9 (diff) | |
download | ghdl-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.adb | 3 |
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); |