Axe some unused variables.

This commit is contained in:
John Baldwin 2000-11-10 21:54:19 +00:00
parent bf619f9506
commit 9842fc8dda

View File

@ -89,8 +89,6 @@ devsw(dev_t dev)
int
cdevsw_add(struct cdevsw *newentry)
{
int i;
static int setup;
if (newentry->d_maj < 0 || newentry->d_maj >= NUMCDEVSW) {
printf("%s: ERROR: driver has bogus cdevsw->d_maj = %d\n",