summaryrefslogtreecommitdiff
path: root/sys/arch/i386
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2024-06-08 00:24:01 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2024-06-08 00:24:01 +0000
commitb3dbcc03047bec6008968664cb4f3c9fd7c3e2cc (patch)
tree8b45f7e07a1ed446c00b9d34d3a5ec91c788d0b4 /sys/arch/i386
parent231df9a219e2da9705c3c1483b717683cd62e46f (diff)
remove unused SECMIN and SECHOUR defines
Diffstat (limited to 'sys/arch/i386')
-rw-r--r--sys/arch/i386/isa/clock.c5
1 files changed, 1 insertions, 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)
{