summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/i386/i386/conf.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/i386/i386/conf.c b/sys/i386/i386/conf.c
index 9417bb5..b5df6e2 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 <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.
OpenPOWER on IntegriCloud