aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/simulate/simul-execution.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/simulate/simul-execution.ads')
-rw-r--r--src/vhdl/simulate/simul-execution.ads2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vhdl/simulate/simul-execution.ads b/src/vhdl/simulate/simul-execution.ads
index 8c05cee6d..7037f2d27 100644
--- a/src/vhdl/simulate/simul-execution.ads
+++ b/src/vhdl/simulate/simul-execution.ads
@@ -28,8 +28,6 @@ package Simul.Execution is
-- If true, disp current time in assert message.
Disp_Time_Before_Values: Boolean := False;
- Current_Component : Block_Instance_Acc := null;
-
-- State associed with each process.
type Process_State_Type is record
-- The process instance.