From 1ae2c6005e4390161ccf55941af98b1ea90aa3ea Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Tue, 12 Jun 2001 07:01:27 +0000 Subject: [PATCH] -Wunused cleanup --- sys/dev/ppbus/ppbconf.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/dev/ppbus/ppbconf.c b/sys/dev/ppbus/ppbconf.c index 17a21147d72..ca6407fe943 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