summaryrefslogtreecommitdiff
path: root/sys/arch/vax
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/vax')
-rw-r--r--sys/arch/vax/vax/machdep.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/vax/vax/machdep.c b/sys/arch/vax/vax/machdep.c
index 794a7d3961f..7a2da3aba70 100644
--- a/sys/arch/vax/vax/machdep.c
+++ b/sys/arch/vax/vax/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.34 2001/06/15 22:45:33 miod Exp $ */
+/* $OpenBSD: machdep.c,v 1.35 2001/07/05 10:12:20 art Exp $ */
/* $NetBSD: machdep.c,v 1.108 2000/09/13 15:00:23 thorpej Exp $ */
/*
@@ -760,9 +760,6 @@ allocsys(v)
register caddr_t v;
{
-#ifdef REAL_CLISTS
- VALLOC(cfree, struct cblock, nclist);
-#endif
VALLOC(timeouts, struct timeout, ntimeout);
#ifdef SYSVSHM
VALLOC(shmsegs, struct shmid_ds, shminfo.shmmni);