summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/dev/ppbus/ppbconf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ppbus/ppbconf.c b/sys/dev/ppbus/ppbconf.c
index 17a21147d724..ca6407fe9437 100644
--- a/sys/dev/ppbus/ppbconf.c
+++ b/sys/dev/ppbus/ppbconf.c
@@ -177,8 +177,7 @@ static char *pnp_classes[] = {
static char *
search_token(char *str, int slen, char *token)
{
- char *p;
- int tlen, i, j;
+ int tlen, i;
#define UNKNOWN_LENGTH -1