summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2000-11-10 21:54:19 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2000-11-10 21:54:19 +0000
commit9842fc8dda4a13579ef6eb9055cc23b35ebf00d5 (patch)
tree52a43bb5f6dcf7fee9c84f5d528c86f319505f8d
parentbf619f95064d6a504216d81d3049aab8db43aee0 (diff)
Notes
-rw-r--r--sys/kern/kern_conf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/kern/kern_conf.c b/sys/kern/kern_conf.c
index c715735b180e..c838f17fa96c 100644
--- a/sys/kern/kern_conf.c
+++ b/sys/kern/kern_conf.c
@@ -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",