From: Miroslav Lichvar Date: Wed, 27 Nov 2013 15:11:19 +0000 (+0100) Subject: Remove forgotten macros X-Git-Tag: 1.30-pre1~168 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8df1bedb1b0cc8e91940b34381a142d25c835fe3;p=thirdparty%2Fchrony.git Remove forgotten macros --- diff --git a/ntp_core.c b/ntp_core.c index 7910d23c..f2f67afa 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 4c0eb2b2..85418a07 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) {