summaryrefslogtreecommitdiff
path: root/ntpshmread.c
diff options
context:
space:
mode:
Diffstat (limited to 'ntpshmread.c')
-rw-r--r--ntpshmread.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ntpshmread.c b/ntpshmread.c
index 7e5ceff6..8283b6b4 100644
--- a/ntpshmread.c
+++ b/ntpshmread.c
@@ -67,8 +67,6 @@ enum segstat_t ntp_read(struct shmTime *shm_in, struct shm_stat_t *shm_stat, con
shm_stat->tvc.tv_sec = shm_stat->tvc.tv_nsec = 0;
- clock_gettime(CLOCK_REALTIME, &shm_stat->tvc);
-
/* relying on word access to be atomic here */
if (shm->valid == 0) {
shm_stat->status = NOT_READY;