-Wunused cleanup

This commit is contained in:
Peter Wemm 2001-06-12 07:01:27 +00:00
parent 6697e35149
commit 1ae2c6005e
1 changed files with 1 additions and 2 deletions

View File

@ -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