From: jsg Date: Sat, 8 Jun 2024 00:24:00 +0000 (+0000) Subject: remove unused SECMIN and SECHOUR defines X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=ad29123ebe0b3cac1f9a384596b2f6d17810d99d;p=openbsd remove unused SECMIN and SECHOUR defines --- diff --git a/sys/arch/i386/isa/clock.c b/sys/arch/i386/isa/clock.c index 49c1933d4af..dbf0df26bb1 100644 --- a/sys/arch/i386/isa/clock.c +++ b/sys/arch/i386/isa/clock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: clock.c,v 1.69 2024/05/13 01:15:50 jsg Exp $ */ +/* $OpenBSD: clock.c,v 1.70 2024/06/08 00:24:00 jsg Exp $ */ /* $NetBSD: clock.c,v 1.39 1996/05/12 23:11:54 mycroft Exp $ */ /*- @@ -138,9 +138,6 @@ static struct timecounter i8254_timecounter = { struct mutex timer_mutex = MUTEX_INITIALIZER(IPL_HIGH); u_long rtclock_tval; -#define SECMIN ((unsigned)60) /* seconds per minute */ -#define SECHOUR ((unsigned)(60*SECMIN)) /* seconds per hour */ - u_int mc146818_read(void *sc, u_int reg) {