Remove unused cdevsw_ALLOCSTART macro.

This commit is contained in:
Poul-Henning Kamp 2002-12-28 21:47:43 +00:00
parent c5ec6754d5
commit f53c6e5c9a

View File

@ -40,8 +40,6 @@
#include <sys/ctype.h>
#include <machine/stdarg.h>
#define cdevsw_ALLOCSTART (NUMCDEVSW/2)
static struct cdevsw *cdevsw[NUMCDEVSW];
static MALLOC_DEFINE(M_DEVT, "dev_t", "dev_t storage");