diff --git a/sys/i386/i386/conf.c b/sys/i386/i386/conf.c index 9417bb504dbb..b5df6e2376e8 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.