summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/src/tod.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/src/tod.c')
-rw-r--r--c/src/exec/score/src/tod.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/c/src/exec/score/src/tod.c b/c/src/exec/score/src/tod.c
index 1a11034ceb..8c7fb93d79 100644
--- a/c/src/exec/score/src/tod.c
+++ b/c/src/exec/score/src/tod.c
@@ -37,7 +37,6 @@ void _TOD_Handler_initialization(
{
_TOD_Microseconds_per_tick = microseconds_per_tick;
- _TOD_Ticks_since_boot = 0;
_TOD_Seconds_since_epoch = 0;
_TOD_Current.year = TOD_BASE_YEAR;