From 8df1bedb1b0cc8e91940b34381a142d25c835fe3 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Wed, 27 Nov 2013 16:11:19 +0100 Subject: [PATCH] Remove forgotten macros --- ntp_core.c | 5 ----- rtc_linux.c | 3 --- 2 files changed, 8 deletions(-) diff --git a/ntp_core.c b/ntp_core.c index 7910d23..f2f67af 100644 --- a/ntp_core.c +++ b/ntp_core.c @@ -47,11 +47,6 @@ static LOG_FileID logfileid; -/* ================================================== */ - -/* Day number of 1 Jan 1970 */ -#define MJD_1970 40587 - /* ================================================== */ /* Enumeration used for remembering the operating mode of one of the sources */ diff --git a/rtc_linux.c b/rtc_linux.c index 4c0eb2b..85418a0 100644 --- a/rtc_linux.c +++ b/rtc_linux.c @@ -686,9 +686,6 @@ handle_relock_after_trim(void) /* ================================================== */ -/* Day number of 1 Jan 1970 */ -#define MJD_1970 40587 - static void process_reading(time_t rtc_time, struct timeval *system_time) {