Nobody seems to need "mem_no" anymore, so I zapped it.

This commit is contained in:
Poul-Henning Kamp 1995-01-23 02:36:22 +00:00
parent 1aaca524e0
commit 2bb96d8923
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5794

View file

@ -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 <sys/param.h>
@ -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.