mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
-Wunused cleanup
This commit is contained in:
parent
6697e35149
commit
1ae2c6005e
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue