diff options
Diffstat (limited to 'src/vhdl')
-rw-r--r-- | src/vhdl/translate/trans-chap2.adb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vhdl/translate/trans-chap2.adb b/src/vhdl/translate/trans-chap2.adb index ca8fb6341..6bf69a8fb 100644 --- a/src/vhdl/translate/trans-chap2.adb +++ b/src/vhdl/translate/trans-chap2.adb @@ -1689,7 +1689,6 @@ package body Trans.Chap2 is Bod : constant Iir := Get_Package_Body (Spec); Inst_Bod : constant Iir := Get_Instance_Package_Body (Inst); Final : Boolean; - pragma Unreferenced (Final); begin -- There are no routines generated to elaborate macro-expanded -- packages, but dependencies still need to be elaborated. |