aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/grt-processes.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2018-03-02 06:40:35 +0100
committerTristan Gingold <tgingold@free.fr>2018-03-02 06:40:35 +0100
commit031541584d305db2ef306c8941799a850f4617fc (patch)
tree584de28215a4ba5ae5a68d781585a2903c029184 /src/grt/grt-processes.adb
parent68181e75ecb5ff2277561b166f8c283de61d8385 (diff)
downloadghdl-031541584d305db2ef306c8941799a850f4617fc.tar.gz
ghdl-031541584d305db2ef306c8941799a850f4617fc.tar.bz2
ghdl-031541584d305db2ef306c8941799a850f4617fc.zip
grt-signals: remove next_signal_active.
Diffstat (limited to 'src/grt/grt-processes.adb')
-rw-r--r--src/grt/grt-processes.adb4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/grt/grt-processes.adb b/src/grt/grt-processes.adb
index a76eda7ed..0f0de340b 100644
--- a/src/grt/grt-processes.adb
+++ b/src/grt/grt-processes.adb
@@ -864,9 +864,6 @@ package body Grt.Processes is
Next_Time := Compute_Next_Time;
end if;
end if;
- if Next_Time /= 0 then
- Update_Active_Chain;
- end if;
-- Clear current_delta, will be set by Simulation_Cycle.
Current_Delta := 0;
@@ -1046,7 +1043,6 @@ package body Grt.Processes is
Tn := Compute_Next_Time;
end if;
- Update_Active_Chain;
Next_Time := Tn;
Current_Delta := 0;