summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-08-23 12:02:06 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-08-23 12:02:06 +0000
commit03642ac15aa4a10b5861201f247252b168e286f1 (patch)
treebaa657c01a5aaff58446feabf9055c5fd33838cf /sys/arch/mac68k
parent833c199cfaca65d69bb206e1fa3d5dde3695bef5 (diff)
Remove even more old timeout tentacles.
Diffstat (limited to 'sys/arch/mac68k')
-rw-r--r--sys/arch/mac68k/mac68k/machdep.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/mac68k/mac68k/machdep.c b/sys/arch/mac68k/mac68k/machdep.c
index f652b0fc2fa..dcc5cf04cf4 100644
--- a/sys/arch/mac68k/mac68k/machdep.c
+++ b/sys/arch/mac68k/mac68k/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.76 2001/08/11 23:09:03 art Exp $ */
+/* $OpenBSD: machdep.c,v 1.77 2001/08/23 12:02:04 art Exp $ */
/* $NetBSD: machdep.c,v 1.207 1998/07/08 04:39:34 thorpej Exp $ */
/*
@@ -397,7 +397,6 @@ again:
(name) = (type *)v; v = (caddr_t)((name)+(num))
#define valloclim(name, type, num, lim) \
(name) = (type *)v; v = (caddr_t)((lim) = ((name)+(num)))
- valloc(timeouts, struct timeout, ntimeout);
#ifdef SYSVSHM
valloc(shmsegs, struct shmid_ds, shminfo.shmmni);
#endif