From 2bb96d8923338b4bc2cbed3128317b4ea6df95c4 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Mon, 23 Jan 1995 02:36:22 +0000 Subject: [PATCH] Nobody seems to need "mem_no" anymore, so I zapped it. --- sys/i386/i386/conf.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys/i386/i386/conf.c b/sys/i386/i386/conf.c index 9417bb504db..b5df6e2376e 100644 --- a/sys/i386/i386/conf.c +++ b/sys/i386/i386/conf.c @@ -41,7 +41,7 @@ * SUCH DAMAGE. * * from: @(#)conf.c 5.8 (Berkeley) 5/12/91 - * $Id: conf.c,v 1.51 1995/01/09 09:36:48 phk Exp $ + * $Id: conf.c,v 1.52 1995/01/20 08:35:02 sos Exp $ */ #include @@ -908,8 +908,6 @@ struct cdevsw cdevsw[] = }; int nchrdev = sizeof (cdevsw) / sizeof (cdevsw[0]); -int mem_no = 2; /* major device number of memory special file */ - /* * Swapdev is a fake device implemented * in sw.c used only internally to get to swstrategy.