From ad29123ebe0b3cac1f9a384596b2f6d17810d99d Mon Sep 17 00:00:00 2001 From: jsg Date: Sat, 8 Jun 2024 00:24:00 +0000 Subject: [PATCH] remove unused SECMIN and SECHOUR defines --- sys/arch/i386/isa/clock.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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) { -- 2.20.1