aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/simulate/simul-elaboration.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/simulate/simul-elaboration.ads')
-rw-r--r--src/vhdl/simulate/simul-elaboration.ads6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/vhdl/simulate/simul-elaboration.ads b/src/vhdl/simulate/simul-elaboration.ads
index 50c7fdfb4..e4af1f21c 100644
--- a/src/vhdl/simulate/simul-elaboration.ads
+++ b/src/vhdl/simulate/simul-elaboration.ads
@@ -155,12 +155,6 @@ package Simul.Elaboration is
Table_Low_Bound => 1,
Table_Initial => 2);
- package Environment_Table is new Tables
- (Table_Component_Type => Block_Instance_Acc,
- Table_Index_Type => Environment_Index_Type,
- Table_Low_Bound => 1,
- Table_Initial => 2);
-
type Boolean_Vector is array (Nat32 range <>) of Boolean;
type Boolean_Vector_Acc is access Boolean_Vector;