aboutsummaryrefslogtreecommitdiffstats
path: root/src/simul
diff options
context:
space:
mode:
Diffstat (limited to 'src/simul')
-rw-r--r--src/simul/simul-vhdl_elab.adb2
-rw-r--r--src/simul/simul-vhdl_simul.adb2
2 files changed, 0 insertions, 4 deletions
diff --git a/src/simul/simul-vhdl_elab.adb b/src/simul/simul-vhdl_elab.adb
index 24e79aa17..bb0aac880 100644
--- a/src/simul/simul-vhdl_elab.adb
+++ b/src/simul/simul-vhdl_elab.adb
@@ -510,7 +510,6 @@ package body Simul.Vhdl_Elab is
procedure Gather_Process_Drivers
(Inst : Synth_Instance_Acc; Proc : Node; Proc_Idx : Process_Index_Type)
is
- use Synth.Vhdl_Stmts;
Driver_List: Iir_List;
It : List_Iterator;
El : Node;
@@ -537,7 +536,6 @@ package body Simul.Vhdl_Elab is
Proc_Idx : Process_Index_Type;
List : Iir_List)
is
- use Synth.Vhdl_Stmts;
It : List_Iterator;
El : Node;
Sig : Sub_Signal_Type;
diff --git a/src/simul/simul-vhdl_simul.adb b/src/simul/simul-vhdl_simul.adb
index d2ed07549..0ebb719f0 100644
--- a/src/simul/simul-vhdl_simul.adb
+++ b/src/simul/simul-vhdl_simul.adb
@@ -995,7 +995,6 @@ package body Simul.Vhdl_Simul is
Stmt : Node;
Concurrent : Boolean)
is
- use Synth.Vhdl_Expr;
Target : constant Node := Get_Target (Stmt);
Marker : Mark_Type;
Info : Target_Info;
@@ -1019,7 +1018,6 @@ package body Simul.Vhdl_Simul is
Stmt : Node;
Concurrent : Boolean)
is
- use Synth.Vhdl_Expr;
Target : constant Node := Get_Target (Stmt);
Marker : Mark_Type;
Cw : Node;