remove unused SECMIN and SECHOUR defines
authorjsg <jsg@openbsd.org>
Sat, 8 Jun 2024 00:24:00 +0000 (00:24 +0000)
committerjsg <jsg@openbsd.org>
Sat, 8 Jun 2024 00:24:00 +0000 (00:24 +0000)
sys/arch/i386/isa/clock.c

index 49c1933..dbf0df2 100644 (file)
@@ -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)
 {