aboutsummaryrefslogtreecommitdiff
path: root/src/lib/timestamp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/timestamp.c')
-rw-r--r--src/lib/timestamp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/timestamp.c b/src/lib/timestamp.c
index ae84c4f673..372076c42d 100644
--- a/src/lib/timestamp.c
+++ b/src/lib/timestamp.c
@@ -86,9 +86,6 @@ static struct timestamp_cache *timestamp_cache_get(void)
ts_cache = car_get_var_ptr((void *)_timestamp);
}
- if (ts_cache && ts_cache->cache_state == TIMESTAMP_CACHE_UNINITIALIZED)
- timestamp_cache_init(ts_cache, 0);
-
return ts_cache;
}