summaryrefslogtreecommitdiff
path: root/sys/arch/vax
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/vax
parent833c199cfaca65d69bb206e1fa3d5dde3695bef5 (diff)
Remove even more old timeout tentacles.
Diffstat (limited to 'sys/arch/vax')
-rw-r--r--sys/arch/vax/vax/machdep.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/vax/vax/machdep.c b/sys/arch/vax/vax/machdep.c
index 8cab319a0a7..a6493ef6bdd 100644
--- a/sys/arch/vax/vax/machdep.c
+++ b/sys/arch/vax/vax/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.36 2001/07/25 13:25:33 art Exp $ */
+/* $OpenBSD: machdep.c,v 1.37 2001/08/23 12:02:05 art Exp $ */
/* $NetBSD: machdep.c,v 1.108 2000/09/13 15:00:23 thorpej Exp $ */
/*
@@ -760,7 +760,6 @@ allocsys(v)
register caddr_t v;
{
- VALLOC(timeouts, struct timeout, ntimeout);
#ifdef SYSVSHM
VALLOC(shmsegs, struct shmid_ds, shminfo.shmmni);
#endif